summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-08-20 13:57:10 -0700
committerStephen Hines <srhines@google.com>2014-08-20 13:57:10 -0700
commit7aa068093e814d7a53daa4850dbe5f5c3c16e262 (patch)
tree69a45961f1d0bec484fc136132130ba9d594db18
parent85b3c7729234afc4f2199abee2b3c4f58bd80761 (diff)
downloadandroid_packages_wallpapers_MagicSmoke-7aa068093e814d7a53daa4850dbe5f5c3c16e262.tar.gz
android_packages_wallpapers_MagicSmoke-7aa068093e814d7a53daa4850dbe5f5c3c16e262.tar.bz2
android_packages_wallpapers_MagicSmoke-7aa068093e814d7a53daa4850dbe5f5c3c16e262.zip
Disable MagicSmoke as it depends on hidden APIs.
Bug: 16031597 RS graphics requires apps to be compiled against v20 or earlier. Building against internal APIs doesn't allow us to specify LOCAL_SDK_VERSION := 20 or any other valid value. Change-Id: I6803de8d7022aee65a2c41dc9005740f34581d9d
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1f53cb9..af9e2da 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,8 @@
# limitations under the License.
#
+ifeq (0,1)
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -27,3 +29,4 @@ LOCAL_CERTIFICATE := shared
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)
+endif