From 7aa068093e814d7a53daa4850dbe5f5c3c16e262 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 20 Aug 2014 13:57:10 -0700 Subject: 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 --- Android.mk | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3