sm8250-common: Bring back prebuilt NxpNfcNci

This commit is contained in:
LuK1337
2020-06-23 21:04:53 +02:00
parent 07ff3e7daa
commit 17aa9e3b15
4 changed files with 155 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := RemovePackages
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_OVERRIDES_PACKAGES := NfcNci
LOCAL_UNINSTALLABLE_MODULE := true
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_SRC_FILES := /dev/null
include $(BUILD_PREBUILT)