modulize init.radio.sh
Bug: 190331600 Test: build ROM and make sure the file is there and functional. Change-Id: Id8fdeab9a79724ba77044274f2005935ffe00c99
This commit is contained in:
parent
2b65b15e7c
commit
5de199eca7
2 changed files with 5 additions and 0 deletions
|
@ -1109,6 +1109,9 @@ include hardware/google/pixel/common/pixel-common-device.mk
|
||||||
# Pixel Logger
|
# Pixel Logger
|
||||||
include hardware/google/pixel/PixelLogger/PixelLogger.mk
|
include hardware/google/pixel/PixelLogger/PixelLogger.mk
|
||||||
|
|
||||||
|
# Telephony
|
||||||
|
include device/google/gs101/telephony/user.mk
|
||||||
|
|
||||||
# Battery Stats Viewer
|
# Battery Stats Viewer
|
||||||
PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer
|
PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer
|
||||||
|
|
||||||
|
|
2
telephony/user.mk
Normal file
2
telephony/user.mk
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PRODUCT_COPY_FILES += vendor/samsung_slsi/telephony/common/device/samsung/init.radio.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.radio.sh
|
||||||
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101-sepolicy/telephony/user/
|
Loading…
Add table
Add a link
Reference in a new issue