Kaydet (Commit) 4e47ed7e authored tarafından Christian Lohmaier's avatar Christian Lohmaier

revert back to android-21 target until tinderbox gets updated

Change-Id: Ief38ef9cc4f167caef8d991c9543161997682418
üst b24286e4
...@@ -55,7 +55,7 @@ android_version_setup : $(BOOTSTRAPDIR)/no-resource-compress.xml ...@@ -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 @@ ...@@ -9,4 +9,4 @@
android.library=true android.library=true
# Project target. # Project target.
target=android-23 target=android-21
...@@ -8,7 +8,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment