revert back to android-21 target until tinderbox gets updated
Change-Id: Ief38ef9cc4f167caef8d991c9543161997682418
This commit is contained in:
@@ -55,7 +55,7 @@ android_version_setup : $(BOOTSTRAPDIR)/no-resource-compress.xml
|
||||
prepare-appcompat:
|
||||
mkdir $(APPCOMPATDIR) 2>/dev/null; true
|
||||
cp -rf $(ANDROID_SDK_HOME)/extras/android/support/v7/appcompat/* $(APPCOMPATDIR)
|
||||
$(ANDROID_SDK_HOME)/tools/android update lib-project --target android-23 --path $(APPCOMPATDIR)
|
||||
$(ANDROID_SDK_HOME)/tools/android update lib-project --target android-21 --path $(APPCOMPATDIR)
|
||||
|
||||
properties:
|
||||
echo sdk.dir=$(ANDROID_SDK_HOME) >local.properties
|
||||
|
@@ -9,4 +9,4 @@
|
||||
|
||||
android.library=true
|
||||
# Project target.
|
||||
target=android-23
|
||||
target=android-21
|
||||
|
Reference in New Issue
Block a user