diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2025-01-06 11:39:59 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2025-01-06 11:39:59 +0200 |
| commit | bb7d1f9a73142fc26d007d089e9cdcc2e849e89c (patch) | |
| tree | c7cd8d67167bda9cd6bd5ab86c35d00cb3e67543 | |
| parent | d0623c9fadfdbf0198a610d6b6564c1be5ac5378 (diff) | |
redbull: Remove non existent soong namespaces
Change-Id: If0b86441d47da127e37aeed6fcd6cbfff656e3f8
| -rw-r--r-- | device-common.mk | 37 |
1 files changed, 2 insertions, 35 deletions
diff --git a/device-common.mk b/device-common.mk index ff7fd338..b7d6ae09 100644 --- a/device-common.mk +++ b/device-common.mk @@ -23,42 +23,12 @@ PRODUCT_VENDOR_MOVE_ENABLED := true TARGET_BOARD_PLATFORM := lito PRODUCT_SOONG_NAMESPACES += \ + device/google/redbull \ hardware/google/interfaces \ hardware/google/pixel \ - device/google/redbull \ - hardware/qcom/sm7250 \ - system/chre/host/hal_generic \ hardware/qcom/sm7250/display \ - vendor/google/camera \ - vendor/qcom/sm7250 \ - vendor/google/interfaces \ - vendor/google/tools/power-anomaly-qcril \ - vendor/google_devices/common/proprietary/confirmatioui_hal \ - vendor/google_nos/host/android \ - vendor/google_nos/test/system-test-harness - -# Include GPS soong namespace -PRODUCT_SOONG_NAMESPACES += \ hardware/qcom/sm7250/gps \ - vendor/qcom/sm7250/proprietary/gps \ - vendor/qcom/sm7250/codeaurora/location - -# Include sensors soong namespace -PRODUCT_SOONG_NAMESPACES += \ - vendor/qcom/sensors \ - vendor/google/tools/sensors - -# Single vendor RIL/Telephony/data with SM7250 - PRODUCT_SOONG_NAMESPACES += \ - vendor/qcom/sm7250/codeaurora/commonsys/telephony/ims/ims-ext-common \ - vendor/qcom/sm7250/codeaurora/dataservices/rmnetctl \ - vendor/qcom/sm7250/proprietary/commonsys/qcrilOemHook \ - vendor/qcom/sm7250/proprietary/commonsys/telephony-apps/ims \ - vendor/qcom/sm7250/proprietary/commonsys/telephony-apps/QtiTelephonyService \ - vendor/qcom/sm7250/proprietary/commonsys/telephony-apps/xdivert \ - vendor/qcom/sm7250/proprietary/qcril-data-hal \ - vendor/qcom/sm7250/proprietary/qcril-hal \ - vendor/qcom/sm7250/proprietary/data + system/chre/host/hal_generic PRODUCT_PROPERTY_OVERRIDES += \ keyguard.no_require_sim=true @@ -383,9 +353,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ ro.vendor.bluetooth.emb_wp_mode=false \ ro.vendor.bluetooth.wipower=false -# Bluetooth ftmdaemon needs libbt-hidlclient.so -PRODUCT_SOONG_NAMESPACES += vendor/qcom/proprietary/bluetooth/hidl_client - # DRM HAL PRODUCT_PACKAGES += \ android.hardware.drm-service.clearkey |
