Skip to content

Commit dc3d440

Browse files
committed
updated external build script, moved platform specific folder to generic android-libs
1 parent 7fc4821 commit dc3d440

13 files changed

+2
-2
lines changed

external/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ copy-libs-hack: build-local-hack
2727
install -p -m644 openssl/libs/armeabi/*.so ../obj/local/armeabi/
2828
install -p -m644 libs/armeabi/*.so ../obj/local/armeabi/
2929

30-
project_ldflags:= -Llibs/armeabi/ -Landroid-2.1/
30+
project_ldflags:= -Llibs/armeabi/ -Landroid-libs/
3131

3232
#------------------------------------------------------------------------------#
3333
# libsqlite3
@@ -88,7 +88,7 @@ LOCAL_C_INCLUDES := \
8888
$(LOCAL_PATH)/platform-system-core/include \
8989
$(LOCAL_PATH)/platform-frameworks-base/include
9090

91-
LOCAL_LDFLAGS += -L$(LOCAL_PATH)/android-2.1/ -L$(LOCAL_PATH)/libs/armeabi/
91+
LOCAL_LDFLAGS += -L$(LOCAL_PATH)/android-libs/ -L$(LOCAL_PATH)/libs/armeabi/
9292
LOCAL_LDLIBS := -llog -lutils -lcutils -lcrypto
9393
LOCAL_MODULE := libsqlcipher_android
9494
LOCAL_MODULE_FILENAME := libsqlcipher_android
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)