Still very rough UI, but basically does what is intended. Also add two tests apps for manual tests (CTS test will be coming). Bug: 63937884 Test: manual Change-Id: I45a6a2b122a75f8125510a2027bb1faf57c6956d
11 lines
192 B
Makefile
11 lines
192 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 := CantSaveState2
|
|
|
|
include $(BUILD_PACKAGE)
|