Change LOCAL_MODULE_TAGS from "eng" to "optional" in Dev Tools app.
We don't want to include this app in clockwork emulator images, but is safe to change since the app is being explicity added for the phone emulator images in build/target/product/sdk_base.mk Bug: 24696853 Change-Id: I2e4f73fcffe9eb8957d41cd886124b7db4622c76
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_MODULE_TAGS := eng
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
|
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user