* We don't have access to these files, but we still want to build vendor images without errors Change-Id: I4c09f7134b218b5fc10d180a6ef05015cad54f5d
4 lines
303 B
Makefile
4 lines
303 B
Makefile
ifneq ($(wildcard vendor/samsung_slsi/telephony/),)
|
|
PRODUCT_COPY_FILES += vendor/samsung_slsi/telephony/$(BOARD_USES_SHARED_VENDOR_TELEPHONY)/common/device/samsung/init.radio.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.radio.sh
|
|
endif
|
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101/sepolicy/telephony/user/
|