am 9864b880: Merge "Replace deprecated APIs in NDK samples"

* commit '9864b8803782378159761424dee2270a12833872':
  Replace deprecated APIs in NDK samples
This commit is contained in:
Andrew Hsieh
2012-08-30 08:23:48 -07:00
committed by Android Git Automerger
6 changed files with 6 additions and 6 deletions

View File

@@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-5
target=android-7

View File

@@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-9
target=android-10

View File

@@ -1 +1 @@
APP_PLATFORM := android-9
APP_PLATFORM := android-10

View File

@@ -8,6 +8,6 @@
# project structure.
# Project target.
target=android-9
target=android-10
# Indicates whether an apk should be generated for each density.
split.density=false

View File

@@ -8,4 +8,4 @@
# project structure.
# Project target.
target=android-9
target=android-10

View File

@@ -1,3 +1,3 @@
# The ARMv7 is significanly faster due to the use of the hardware FPU
APP_ABI := armeabi armeabi-v7a
APP_PLATFORM := android-9
APP_PLATFORM := android-10