diff --git a/Android.bp b/Android.bp index 0cae05b..42568e1 100644 --- a/Android.bp +++ b/Android.bp @@ -5,25 +5,9 @@ // soong_namespace { -} - -install_symlink { - name: "firmware_wlanmdsp.otaupdate_symlink", - vendor: true, - installed_location: "firmware/wlanmdsp.otaupdate", - symlink_target: "/data/vendor/firmware/wlanmdsp.mbn", -} - -install_symlink { - name: "firmware_wlan_mac.bin_symlink", - vendor: true, - installed_location: "firmware/wlan/qca_cld/kiwi_v2/wlan_mac.bin", - symlink_target: "/mnt/vendor/persist/kiwi_v2/wlan_mac.bin", -} - -install_symlink { - name: "firmware_WCNSS_qcom_cfg.ini_symlink", - vendor: true, - installed_location: "firmware/wlan/qca_cld/kiwi_v2/WCNSS_qcom_cfg.ini", - symlink_target: "/vendor/etc/wifi/kiwi_v2/WCNSS_qcom_cfg.ini", + imports: [ + "hardware/google/interfaces", + "hardware/google/pixel", + "hardware/qcom-caf/common/libqti-perfd-client", + ], } diff --git a/configs/audio/audio_policy_configuration.xml.bak b/configs/audio/audio_policy_configuration.xml.bak new file mode 100644 index 0000000..a7054ab --- /dev/null +++ b/configs/audio/audio_policy_configuration.xml.bak @@ -0,0 +1,545 @@ + + + + + + + + + + + + + + + + + + + Earpiece + Speaker + Telephony Tx + Built-In Mic + Built-In Back Mic + FM Tuner + Telephony Rx + Echo Reference + + Speaker + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/device.mk b/device.mk index d7640e6..8859d31 100644 --- a/device.mk +++ b/device.mk @@ -5,7 +5,8 @@ # # Add common symlinks definitions for Qualcomm Samsung -$(call inherit-product, hardware/samsung/symlinks/qcom-common.mk) +$(call soong_config_set,rfs,mpss_firmware_symlink_target,firmware_modem) +$(call inherit-product, hardware/qcom-caf/common/common.mk) # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) @@ -13,15 +14,12 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) # Enforce generic ramdisk allow list $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk) +# Non A/B device +$(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk) + # Dalvik $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk) -# Enable updating of APEXes -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - -# Add common definitions for Qualcomm -$(call inherit-product, hardware/qcom-caf/common/common.mk) - # AAPT PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxxhdpi @@ -245,8 +243,6 @@ PRODUCT_PACKAGES += \ # Rootdir PRODUCT_PACKAGES += \ - dcc_extension.sh \ - hdm_status.sh \ init.class_main.sh \ init.crda.sh \ init.kernel.post_boot-cliffs.sh \ diff --git a/rootdir/Android.bp b/rootdir/Android.bp index 5c27e4d..38cbf2b 100644 --- a/rootdir/Android.bp +++ b/rootdir/Android.bp @@ -5,18 +5,6 @@ // // Init scripts -sh_binary { - name: "dcc_extension.sh", - src: "bin/dcc_extension.sh", - vendor: true, -} - -sh_binary { - name: "hdm_status.sh", - src: "bin/hdm_status.sh", - vendor: true, -} - sh_binary { name: "init.class_main.sh", src: "bin/init.class_main.sh",