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
packages_apps_Camera2
Commits
c71e0154
Commit
c71e0154
authored
11 years ago
by
Ying Wang
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "LOCAL_JNI_SHARED_LIBRARIES now works for both bundled and unbundled build."
parents
b102c508
877ed336
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
Android.mk
Android.mk
+1
-8
No files found.
Android.mk
View file @
c71e0154
...
...
@@ -27,14 +27,7 @@ LOCAL_SDK_VERSION := current
LOCAL_PROGUARD_FLAG_FILES
:=
proguard.flags
# If this is an unbundled build (to install seprately) then include
# the libraries in the APK, otherwise just put them in /system/lib and
# leave them out of the APK
ifneq
(,$(TARGET_BUILD_APPS))
LOCAL_JNI_SHARED_LIBRARIES
:=
libjni_mosaic libjni_tinyplanet
else
LOCAL_REQUIRED_MODULES
:=
libjni_mosaic libjni_tinyplanet
endif
LOCAL_JNI_SHARED_LIBRARIES
:=
libjni_mosaic libjni_tinyplanet
include
$(BUILD_PACKAGE)
...
...
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