revert back to android-21 target until tinderbox gets updated
Change-Id: Ief38ef9cc4f167caef8d991c9543161997682418
This commit is contained in:
parent
b24286e46e
commit
4e47ed7e5a
@ -55,7 +55,7 @@ android_version_setup : $(BOOTSTRAPDIR)/no-resource-compress.xml
|
|||||||
prepare-appcompat:
|
prepare-appcompat:
|
||||||
mkdir $(APPCOMPATDIR) 2>/dev/null; true
|
mkdir $(APPCOMPATDIR) 2>/dev/null; true
|
||||||
cp -rf $(ANDROID_SDK_HOME)/extras/android/support/v7/appcompat/* $(APPCOMPATDIR)
|
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:
|
properties:
|
||||||
echo sdk.dir=$(ANDROID_SDK_HOME) >local.properties
|
echo sdk.dir=$(ANDROID_SDK_HOME) >local.properties
|
||||||
|
@ -9,4 +9,4 @@
|
|||||||
|
|
||||||
android.library=true
|
android.library=true
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-23
|
target=android-21
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# project structure.
|
# project structure.
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-23
|
target=android-21
|
||||||
|
|
||||||
# Use the Bootstrap class
|
# Use the Bootstrap class
|
||||||
android.library.reference.1=../Bootstrap
|
android.library.reference.1=../Bootstrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user