Files
lineage-sdk/samples/profiles/Android.mk
Sam Mortimer 283ab86554 lineage-sdk: Set LOCAL_PRIVATE_PLATFORM_APIS := true
Change-Id: I06b9374ccee78550fcc26d876a9e4ea50198bbfe
2018-08-21 13:36:14 +02:00

14 lines
260 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 := LineageProfiles
LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)