forked from openkylin/platform_build
Merge "Remove references to deleted dhcpcd" into nyc-dev
This commit is contained in:
commit
8111146ea3
|
@ -21,8 +21,6 @@
|
|||
|
||||
# This is for enabling ethernet support for ranchu.
|
||||
# Consider removing this after RIL support is provided in ranchu.
|
||||
# Having this permission file on the target requires additional
|
||||
# dhcpcd_eth0 service defined in the init.ranchu.rc.
|
||||
PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
|
||||
# This is for enabling ethernet support for ranchu.
|
||||
# Consider removing this after RIL support is provided in ranchu.
|
||||
# Having this permission file on the target requires additional
|
||||
# dhcpcd_eth0 service defined in the init.ranchu.rc.
|
||||
PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
# This is for enabling ethernet support for ranchu.
|
||||
# Consider removing this after RIL support is provided in ranchu.
|
||||
# Having this permission file on the target requires additional
|
||||
# dhcpcd_eth0 service defined in the init.ranchu.rc.
|
||||
PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
|
|
Loading…
Reference in New Issue