962e43401a
Contains demos for - Launching activities into an ActivityView - Resizing ActivityView with activities inside - Changing position of ActivityView on screen This is a standalone APK and can be built with: mmma tests/ActivityViewTest Test: Manual Change-Id: I548a087ef42163b86be7607c5b1bfcf8119d54e5
13 lines
260 B
Makefile
13 lines
260 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_PACKAGE_NAME := ActivityViewTest
|
|
LOCAL_PRIVATE_PLATFORM_APIS := true
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
LOCAL_CERTIFICATE := platform
|
|
|
|
include $(BUILD_PACKAGE)
|