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
7346e66642
commit
0a828ea6d7
4 changed files with 2 additions and 9 deletions
|
@ -19,9 +19,6 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \
|
|||
android-support-v13 \
|
||||
android-support-v14-preference
|
||||
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||
org.lineageos.platform.internal
|
||||
|
||||
LOCAL_RESOURCE_DIR := \
|
||||
$(LOCAL_PATH)/res \
|
||||
$(TOP)/packages/resources/devicesettings/res
|
||||
|
|
|
@ -41,7 +41,7 @@ include $(SAM_ROOT)/loki_tool/Android.mk
|
|||
endif
|
||||
|
||||
ifeq ($(BOARD_VENDOR),samsung)
|
||||
include $(SAM_ROOT)/AdvancedDisplay/Android.mk
|
||||
#include $(SAM_ROOT)/AdvancedDisplay/Android.mk
|
||||
include $(SAM_ROOT)/audio/Android.mk
|
||||
include $(SAM_ROOT)/doze/Android.mk
|
||||
include $(SAM_ROOT)/dtbhtool/Android.mk
|
||||
|
|
|
@ -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 := \
|
||||
|
|
|
@ -31,8 +31,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libcutils \
|
||||
libhidlbase \
|
||||
libhidltransport \
|
||||
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