OSDN Git Service

DO NOT MERGE Fix build break by not redefining LOCAL_SHARED_LIBRARIES.
authorStephen Hines <srhines@google.com>
Tue, 13 Aug 2013 03:50:55 +0000 (20:50 -0700)
committerStephen Hines <srhines@google.com>
Tue, 13 Aug 2013 04:05:57 +0000 (21:05 -0700)
Change-Id: I3f063cc9688fce7d22805d4dda512d486d0c1218

jni_jpegstream/Android.mk

index de11733..2a09fb5 100644 (file)
@@ -13,10 +13,6 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH) \
                     external/jpeg
 
 LOCAL_SHARED_LIBRARIES := libjpeg
-ifeq (,$(TARGET_BUILD_APPS))
-   # platform build
-   LOCAL_SHARED_LIBRARIES := libcutils
-endif
 
 LOCAL_LDFLAGS        := -llog
 LOCAL_SDK_VERSION   := 9