mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
Havoc-ify
This commit is contained in:
parent
0dd1b6f447
commit
27d9e9253f
5 changed files with 2 additions and 8 deletions
|
@ -13,7 +13,6 @@ android_app {
|
|||
platform_apis: true,
|
||||
|
||||
static_libs: [
|
||||
"org.lineageos.platform.internal",
|
||||
"org.lineageos.settings.resources",
|
||||
],
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -35,7 +35,6 @@ cc_binary {
|
|||
"libbinder_ndk",
|
||||
"libperfmgr",
|
||||
"pixel-power-ext-ndk_platform",
|
||||
"vendor.lineage.power-ndk_platform",
|
||||
],
|
||||
srcs: [
|
||||
"service.cpp",
|
||||
|
|
|
@ -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 := \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue