sdm845-common: pocketmode: Add local FileUtils

* We don't really need lineageos sdk for one class

Change-Id: I5e06015c8ea65399bb3643183dd17641ca0d3ad7
This commit is contained in:
Luca Stefani
2018-09-02 12:46:45 +02:00
parent 73fc78d463
commit 87734e04e8
3 changed files with 163 additions and 5 deletions

View File

@@ -8,11 +8,9 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := OnePlusPocketMode
LOCAL_CERTIFICATE := platform
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_PRIVILEGED_MODULE := true
LOCAL_STATIC_JAVA_LIBRARIES := \
org.lineageos.platform.internal
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)