* Based off android_device_oneplus_msm8998-common pocketmode app but without fpc10xx support and using actual OnePlus pocketmode sensor. Change-Id: I73eaf7e00afd08cdad71d323b6821eb8a0160cd2
18 lines
381 B
Makefile
18 lines
381 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
|
|
LOCAL_PACKAGE_NAME := OnePlusPocketMode
|
|
LOCAL_CERTIFICATE := platform
|
|
LOCAL_PRIVILEGED_MODULE := true
|
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := \
|
|
org.lineageos.platform.internal
|
|
|
|
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
|
|
|
include $(BUILD_PACKAGE)
|