字體:小 中 大 | |
|
|
2021/09/29 16:06:35瀏覽64|回應0|推薦0 | |
========== ========== ========== ==========
aosp/device/google/marlin ---> telephony ---> ./common/base.mk: frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \ ./common/base.mk: frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \ ./common/base.mk: frameworks/native/data/etc/android.hardware.telephony.carrierlock.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.carrierlock.xml ./common/base.mk: frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \ ---> ./common/base.mk ---> base.mk ---> grep -r "base.mk" . ./common/common64.mk:$(call inherit-product, device/google/marlin/common/base.mk) ---> grep -r "common64.mk" . ./device-common.mk:$(call inherit-product, device/google/marlin/common/common64.mk) ---> grep -r device-common.mk . ./device-marlin.mk:-include device/google/marlin/device-common.mk ./device-sailfish.mk:-include device/google/marlin/device-common.mk ---> grep -r device-marlin.mk . ./aosp_marlin.mk:$(call inherit-product, device/google/marlin/device-marlin.mk) ---> grep -r aosp_marlin.mk . ./AndroidProducts.mk: $(LOCAL_DIR)/aosp_marlin.mk \ ./aosp_marlin_svelte.mk:$(call inherit-product, device/google/marlin/aosp_marlin.mk) ---> AndroidProducts.mk ... PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/aosp_marlin.mk \ $(LOCAL_DIR)/aosp_marlin_svelte.mk \ $(LOCAL_DIR)/aosp_sailfish.mk |
|
( 不分類|不分類 ) |