Files
android_development/samples/MaskableIconActivity/Android.mk
Hyunyoung Song 851d2896f2 Sample app that use MaskableIconDrawable as its launcher icons
Test: this is a manual test app to MaskableIconDrawable class CL in the same
topic branch.

Bug: 32063838

Change-Id: I15317fb01f0e114467ea6f76e568a68f88e5191d
2017-01-23 15:43:26 -08:00

19 lines
408 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := samples
# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := MaskableIconActivity
LOCAL_SDK_VERSION := current
LOCAL_DEX_PREOPT := false
include $(BUILD_PACKAGE)
# Use the following include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))