gs201: exclude GNSS and vcd if BOARD_WITHOUT_RADIO am: dd8efd5509
am: b43651939e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/18892919 Change-Id: I171d119c7c831ffafee2f3d1eb8c34d9931bfcc6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c58f2485b4
2 changed files with 4 additions and 2 deletions
|
@ -912,10 +912,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