blob: fb4f41ccbddb7a57aa74afec33550a3e3e6b579c [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_PATH := $(PRODUCT_OUT)/system/priv-app
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := LeanbackCustomizer
LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)