aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-08-14 10:28:02 -0700
committerYing Wang <wangying@google.com>2012-08-14 12:02:51 -0700
commitb74eb3fc65db645cf1c52552e77127e073c93685 (patch)
tree858a62c6a68770ba96e0a0acc18bb585f98ea7de /Android.mk
parent4747b03ac113a32a12f526f5b26f096887a32e8b (diff)
downloadprotobuf-b74eb3fc65db645cf1c52552e77127e073c93685.tar.gz
protobuf-b74eb3fc65db645cf1c52552e77127e073c93685.tar.bz2
protobuf-b74eb3fc65db645cf1c52552e77127e073c93685.zip
Retire LOCAL_NDK_VERSION.
Bug: 6932421 Change-Id: Ieaad80daf4e6a4a7f058dd242f37a144e8ee9e76
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk15
1 files changed, 6 insertions, 9 deletions
diff --git a/Android.mk b/Android.mk
index cc9ef7d6..5ec5a705 100644
--- a/Android.mk
+++ b/Android.mk
@@ -198,13 +198,12 @@ LOCAL_CFLAGS := -DGOOGLE_PROTOBUF_NO_RTTI
ifeq ($(TARGET_ARCH),arm)
# These are the minimum versions and don't need to be update.
-LOCAL_NDK_VERSION := 4
LOCAL_SDK_VERSION := 8
+LOCAL_NDK_STL_VARIANT := stlport_static
+else
+include external/stlport/libstlport.mk
endif
-LOCAL_SHARED_LIBRARIES += libstlport
-
-include external/stlport/libstlport.mk
include $(BUILD_STATIC_LIBRARY)
# C++ full library
@@ -247,9 +246,6 @@ LOCAL_C_INCLUDES := \
external/zlib \
$(LOCAL_PATH)/src
-LOCAL_SHARED_LIBRARIES := \
- libz libstlport
-
# Define the header files to be copied
#LOCAL_COPY_HEADERS := \
# src/google/protobuf/stubs/once.h \
@@ -266,11 +262,12 @@ LOCAL_CFLAGS := -DGOOGLE_PROTOBUF_NO_RTTI
ifeq ($(TARGET_ARCH),arm)
# These are the minimum versions and don't need to be update.
-LOCAL_NDK_VERSION := 4
LOCAL_SDK_VERSION := 8
+LOCAL_NDK_STL_VARIANT := stlport_static
+else
+include external/stlport/libstlport.mk
endif
-include external/stlport/libstlport.mk
include $(BUILD_STATIC_LIBRARY)
# Android Protocol buffer compiler, aprotoc (host executable)