mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Drop all prebuilt vendor hax
* also Compile all HALs to vendor * Remove stuffs actually from vendor which we were disabling in system Change-Id: I15f5a12a2c36238adf99ca9bbbd0c97475b72fc6 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
77a771e2d8
commit
42fff278ba
32 changed files with 44 additions and 664 deletions
|
|
@ -1,13 +1,5 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := init.universal7904.rc
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/$(LOCAL_MODULE)
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := init.usb_accessory.rc
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
|
@ -21,7 +13,7 @@ LOCAL_MODULE := fstab.enableswap
|
|||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/$(LOCAL_MODULE)
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue