mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 15:48:22 +00:00
gs201: exclude GNSS and vcd if BOARD_WITHOUT_RADIO am: dd8efd5509
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/18892919 Change-Id: I2e931e8ee062f9387678c5cbe4b98814c15a3926 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -899,10 +899,10 @@ USE_EARLY_SEND_DEVICE_INFO := true
|
||||
|
||||
ifneq ($(BOARD_WITHOUT_RADIO),true)
|
||||
$(call inherit-product-if-exists, vendor/samsung_slsi/telephony/$(BOARD_USES_SHARED_VENDOR_TELEPHONY)/common/device-vendor.mk)
|
||||
endif
|
||||
|
||||
#GPS HAL
|
||||
include device/google/gs201/gnss/device-gnss.mk
|
||||
endif
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs201-sepolicy/gps
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
PRODUCT_PACKAGES += vcd
|
||||
ifneq ($(BOARD_WITHOUT_RADIO),true)
|
||||
PRODUCT_PACKAGES += vcd
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user