Havoc-ify

This commit is contained in:
ripee 2021-04-03 13:22:49 +02:00
parent 0dd1b6f447
commit 27d9e9253f
5 changed files with 2 additions and 8 deletions

View file

@ -13,7 +13,6 @@ android_app {
platform_apis: true,
static_libs: [
"org.lineageos.platform.internal",
"org.lineageos.settings.resources",
],

View file

@ -38,7 +38,7 @@ endif
ifeq ($(BOARD_VENDOR),samsung)
include $(SAM_ROOT)/aidl/Android.mk
include $(SAM_ROOT)/audio/Android.mk
include $(SAM_ROOT)/doze/Android.mk
#include $(SAM_ROOT)/doze/Android.mk
include $(SAM_ROOT)/hidl/Android.mk
include $(SAM_ROOT)/modemloader/Android.mk
include $(SAM_ROOT)/ril/Android.mk

View file

@ -35,7 +35,6 @@ cc_binary {
"libbinder_ndk",
"libperfmgr",
"pixel-power-ext-ndk_platform",
"vendor.lineage.power-ndk_platform",
],
srcs: [
"service.cpp",

View file

@ -16,9 +16,6 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \
androidx.core_core \
androidx.preference_preference
LOCAL_STATIC_JAVA_LIBRARIES := \
org.lineageos.platform.internal
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
LOCAL_RESOURCE_DIR := \

View file

@ -30,8 +30,7 @@ LOCAL_SHARED_LIBRARIES := \
libbinder \
libcutils \
libhidlbase \
libutils \
vendor.lineage.fastcharge@1.0
libutils
LOCAL_MODULE := vendor.lineage.fastcharge@1.0-service.samsung
LOCAL_INIT_RC := vendor.lineage.fastcharge@1.0-service.samsung.rc