11 lines
232 B
Makefile
11 lines
232 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := \
|
|
org.lineageos.platform.sdk
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_PACKAGE_NAME := LineageCustomTiles
|
|
|
|
include $(BUILD_PACKAGE) |