c23929c3a3
Demo mode is protected behind a system setting. To enable: $ adb shell settings put global sysui_demo_allowed 1 Change-Id: I2248e27a253bf9eac176e8be9153a2b147cefa40
11 lines
196 B
Makefile
11 lines
196 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_PACKAGE_NAME := DemoModeController
|
|
|
|
include $(BUILD_PACKAGE)
|