Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
hardware_ril
Commits
f4abb2e2
Commit
f4abb2e2
authored
14 years ago
by
Ying Wang
Browse files
Options
Download
Email Patches
Plain Diff
Use the correct syntax
To fix x86 build. Change-Id: I31015c255e8bf441d83dd314003d614c2c2aaa97
parent
af1298d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
mock-ril/Android.mk
mock-ril/Android.mk
+7
-7
No files found.
mock-ril/Android.mk
View file @
f4abb2e2
...
...
@@ -4,6 +4,13 @@
LOCAL_PATH
:=
$(
call
my-dir
)
# Directories of source files
src_cpp
:=
src/cpp
src_java
:=
src/java
src_py
:=
src/py
src_js
:=
src/js
src_proto
:=
src/proto
ifeq
($(TARGET_ARCH),arm)
# Mock-ril only buid for debug variants
...
...
@@ -11,13 +18,6 @@ ifneq ($(filter userdebug eng tests, $(TARGET_BUILD_VARIANT)),)
include
$(CLEAR_VARS)
# Directories of source files
src_cpp
=
src/cpp
src_java
=
src/java
src_py
=
src/py
src_js
=
src/js
src_proto
=
src/proto
LOCAL_SRC_FILES
:=
\
$(src_cpp)
/ctrl_server.cpp
\
$(src_cpp)
/experiments.cpp
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment