mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
X6833B: rootdir: Convert to blueprint configuration
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
3ca34aee0d
commit
f559c6e678
|
@ -70,7 +70,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Init files
|
# Init files
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
fstab.mt6789_vendor_ramdisk
|
fstab.mt6789.vendor_ramdisk
|
||||||
|
|
||||||
# Include GSI keys
|
# Include GSI keys
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
|
||||||
|
|
11
rootdir/Android.bp
Normal file
11
rootdir/Android.bp
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
//
|
||||||
|
// Copyright (C) 2023 The LineageOS Project
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
prebuilt_etc {
|
||||||
|
name: "fstab.mt6789",
|
||||||
|
src: "etc/fstab.mt6789",
|
||||||
|
vendor_ramdisk_available: true
|
||||||
|
}
|
|
@ -1,10 +0,0 @@
|
||||||
LOCAL_PATH := $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_MODULE := fstab.$(TARGET_BOARD_PLATFORM)_vendor_ramdisk
|
|
||||||
LOCAL_MODULE_STEM := fstab.$(TARGET_BOARD_PLATFORM)
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_MODULE_CLASS := ETC
|
|
||||||
LOCAL_SRC_FILES := etc/fstab.$(TARGET_BOARD_PLATFORM)
|
|
||||||
LOCAL_MODULE_PATH := $(TARGET_VENDOR_RAMDISK_OUT)/first_stage_ramdisk
|
|
||||||
include $(BUILD_PREBUILT)
|
|
Loading…
Reference in a new issue