Skip to content

Commit

Permalink
Set build api to 21 (android 5.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaka Huang <[email protected]>
  • Loading branch information
shakalaca committed Feb 28, 2017
1 parent 43e9bd8 commit a59c6ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 02_build_libcrypto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build() {
cd $BUILD_DIR
cmake -DANDROID_ABI=$arch \
-DCMAKE_TOOLCHAIN_FILE=$ROOT_DIR/third_party/android-cmake/android.toolchain.cmake \
-DANDROID_NATIVE_API_LEVEL=25 \
-DANDROID_NATIVE_API_LEVEL=21 \
-GNinja $ROOT_DIR
ninja
if [ ! -d $DIST_DIR/$arch ]; then
Expand Down
2 changes: 1 addition & 1 deletion Application_adb.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_PLATFORM := android-25
APP_PLATFORM := android-21
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_STL := c++_static
APP_BUILD_SCRIPT := Android_adb.mk
2 changes: 1 addition & 1 deletion Application_fastboot.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_PLATFORM := android-25
APP_PLATFORM := android-21
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_STL := c++_static
APP_BUILD_SCRIPT := Android_fastboot.mk

0 comments on commit a59c6ac

Please sign in to comment.