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
external_conscrypt
Commits
bf877901
"...packages_services_telephony.git" did not exist on "ae62690dd26aa26595c862822174f4b5e78f1be4"
Commit
bf877901
authored
11 years ago
by
Brian Carlstrom
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Download
Plain Diff
am
ecd29abc
: Switch from core to core-libart
* commit '
ecd29abc
': Switch from core to core-libart
parents
ff3c2044
ecd29abc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Android.mk
Android.mk
+3
-3
No files found.
Android.mk
View file @
bf877901
...
...
@@ -55,7 +55,7 @@ core_cppflags := -std=gnu++11
include
$(CLEAR_VARS)
LOCAL_SRC_FILES
:=
$(
call
all-java-files-under,src/main/java
)
LOCAL_SRC_FILES
+=
$(
call
all-java-files-under,src/platform/java
)
LOCAL_JAVA_LIBRARIES
:=
core
LOCAL_JAVA_LIBRARIES
:=
core
-libart
LOCAL_NO_STANDARD_LIBRARIES
:=
true
LOCAL_JAVACFLAGS
:=
$(local_javac_flags)
LOCAL_JARJAR_RULES
:=
$(LOCAL_PATH)
/jarjar-rules.txt
...
...
@@ -69,7 +69,7 @@ include $(BUILD_JAVA_LIBRARY)
include
$(CLEAR_VARS)
LOCAL_SRC_FILES
:=
$(
call
all-java-files-under,src/main/java
)
LOCAL_SRC_FILES
+=
$(
call
all-java-files-under,src/platform/java
)
LOCAL_JAVA_LIBRARIES
:=
core
LOCAL_JAVA_LIBRARIES
:=
core
-libart
LOCAL_NO_STANDARD_LIBRARIES
:=
true
LOCAL_JAVACFLAGS
:=
$(local_javac_flags)
LOCAL_MODULE_TAGS
:=
optional
...
...
@@ -82,7 +82,7 @@ ifeq ($(LIBCORE_SKIP_TESTS),)
include
$(CLEAR_VARS)
LOCAL_SRC_FILES
:=
$(
call
all-java-files-under,src/test/java
)
LOCAL_NO_STANDARD_LIBRARIES
:=
true
LOCAL_JAVA_LIBRARIES
:=
bouncycastle core core-junit
LOCAL_JAVA_LIBRARIES
:=
core-libart core-junit bouncycastle
LOCAL_STATIC_JAVA_LIBRARIES
:=
core-tests-support conscrypt-nojarjar
LOCAL_JAVACFLAGS
:=
$(local_javac_flags)
LOCAL_MODULE_TAGS
:=
optional
...
...
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