modularize scd

Bug: 197914244
Test: boot with scd started
Change-Id: I5cfede43239c5d49e271bdd981be2e781c5a05ba
This commit is contained in:
Adam Shih 2021-08-27 11:17:46 +08:00
parent 930b449775
commit 76f8e12e56

View file

@ -860,8 +860,9 @@ ifneq ($(BOARD_WITHOUT_RADIO),true)
$(call inherit-product-if-exists, vendor/samsung_slsi/telephony/common/device-vendor.mk) $(call inherit-product-if-exists, vendor/samsung_slsi/telephony/common/device-vendor.mk)
PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml
#GPS HAL #GPS HAL
#TODO(b/191417802) #TODO(b/197914244)
include device/google/gs101/gnss/device-gnss.mk include device/google/gs101/gnss/device-gnss.mk
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs201-sepolicy/gps
endif endif
ifeq (,$(filter %_64,$(TARGET_PRODUCT))) ifeq (,$(filter %_64,$(TARGET_PRODUCT)))