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:
commit
b43651939e
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue