9a3035b912
Change-Id: Icba72a5454b0245d9030e91020609b18ba503ef7
11 lines
229 B
Makefile
11 lines
229 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := \
|
|
org.cyanogenmod.platform.sdk
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_PACKAGE_NAME := CMCustomTiles
|
|
|
|
include $(BUILD_PACKAGE) |