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
libcore
Commits
aab9271e
Commit
aab9271e
authored
9 years ago
by
Narayan Kamath
Browse files
Options
Download
Email Patches
Plain Diff
Change dependency from libart -> libopenjdkjvm.
Change-Id: If805cf537bfe247dd8a5717771f5ac3007af0ddd
parent
21a62806
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
NativeCode.mk
NativeCode.mk
+2
-2
No files found.
NativeCode.mk
View file @
aab9271e
...
...
@@ -122,7 +122,7 @@ LOCAL_CFLAGS += -Wno-error
LOCAL_SRC_FILES
:=
$(openjdk_core_src_files)
LOCAL_C_INCLUDES
:=
$(core_c_includes)
LOCAL_SHARED_LIBRARIES
:=
$(core_shared_libraries)
libcrypto libicuuc libssl libz
LOCAL_SHARED_LIBRARIES
+=
lib
art
libnativehelper libdl
LOCAL_SHARED_LIBRARIES
+=
lib
openjdkjvm
libnativehelper libdl
LOCAL_STATIC_LIBRARIES
:=
$(core_static_libraries)
libfdlibm
LOCAL_MODULE_TAGS
:=
optional
LOCAL_MODULE
:=
libopenjdk
...
...
@@ -210,7 +210,7 @@ LOCAL_SRC_FILES := $(openjdk_core_src_files)
LOCAL_C_INCLUDES
:=
$(core_c_includes)
LOCAL_CFLAGS
:=
-D_LARGEFILE64_SOURCE
-D_GNU_SOURCE
-DLINUX
-D__GLIBC__
# Sigh.
LOCAL_SHARED_LIBRARIES
:=
$(core_shared_libraries)
libicuuc-host libcrypto-host libz-host
LOCAL_SHARED_LIBRARIES
+=
lib
art
libnativehelper
LOCAL_SHARED_LIBRARIES
+=
lib
openjdkjvm
libnativehelper
LOCAL_STATIC_LIBRARIES
:=
$(core_static_libraries)
libfdlibm
LOCAL_MODULE_TAGS
:=
optional
LOCAL_LDLIBS
+=
-ldl
-lpthread
...
...
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