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-22 01:06:33 -0700
commitde3b593e56dedd91e5cdf18806e47ddf2e987bd9 (patch)
treeda7da5aba0d74c1f625fd1e06b2bc275c3f9bbb0
parentf01ea4c07914010d52a42130acb7e67d4306fbda (diff)
downloadandroid_packages_wallpapers_MagicSmoke-de3b593e56dedd91e5cdf18806e47ddf2e987bd9.tar.gz
android_packages_wallpapers_MagicSmoke-de3b593e56dedd91e5cdf18806e47ddf2e987bd9.tar.bz2
android_packages_wallpapers_MagicSmoke-de3b593e56dedd91e5cdf18806e47ddf2e987bd9.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 (cherry picked from commit 7aa068093e814d7a53daa4850dbe5f5c3c16e262)
-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