Skip to content

Commit

Permalink
AOSP telephony: Fix not existant file
Browse files Browse the repository at this point in the history
Change-Id: Ie1f3bf9bca50d4d2f7a38ac4ed971197471456b5
Signed-off-by: nailyk <[email protected]>
  • Loading branch information
nailyk-fr authored and maxwen committed May 8, 2019
1 parent eaab2be commit cf9e893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/product/full_base_telephony.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PRODUCT_PROPERTY_OVERRIDES := \
ro.com.android.dataroaming=false

PRODUCT_COPY_FILES := \
device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml \
vendor/omni/prebuilt/etc/apns-conf.xml:system/etc/apns-conf.xml \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml

$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
Expand Down

0 comments on commit cf9e893

Please sign in to comment.