aboutsummaryrefslogtreecommitdiffstats
path: root/samples/customtiles/Android.mk
blob: 75406341fba2e2cc852501654796e80a4d106f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
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)