Skip to content

Commit

Permalink
Disable MagicSmoke as it depends on hidden APIs.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stephenhines committed Aug 20, 2014
1 parent 85b3c77 commit 7aa0680
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# limitations under the License.
#

ifeq (0,1)

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

Expand All @@ -27,3 +29,4 @@ LOCAL_CERTIFICATE := shared
LOCAL_PROGUARD_FLAG_FILES := proguard.flags

include $(BUILD_PACKAGE)
endif

0 comments on commit 7aa0680

Please sign in to comment.