Commit c71e0154 authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "LOCAL_JNI_SHARED_LIBRARIES now works for both bundled and unbundled build."

parents b102c508 877ed336
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment