mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
am 1aadaf6e
: Fix network access on aosp_deb
* commit '1aadaf6e3d72233f330c38097ddb6eedf9eb9be1': Fix network access on aosp_deb
This commit is contained in:
commit
7aeb97d408
1 changed files with 2 additions and 5 deletions
|
@ -17,6 +17,8 @@
|
|||
# Sample: This is where we'd set a backup provider if we had one
|
||||
# $(call inherit-product, device/sample/products/backup_overlay.mk)
|
||||
|
||||
# Inherit from hardware-specific part of the product configuration
|
||||
$(call inherit-product, device/asus/deb/device.mk)
|
||||
|
||||
# Inherit from the common Open Source product configuration
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
|
||||
|
@ -27,8 +29,3 @@ PRODUCT_BRAND := Android
|
|||
PRODUCT_MODEL := AOSP on Deb
|
||||
PRODUCT_MANUFACTURER := ASUS
|
||||
PRODUCT_RESTRICT_VENDOR_FILES := true
|
||||
|
||||
# Inherit from hardware-specific part of the product configuration
|
||||
$(call inherit-product, device/asus/deb/device.mk)
|
||||
$(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk)
|
||||
#$(call inherit-product-if-exists, vendor/qcom/proprietary/common/config/device-vendor.mk)
|
||||
|
|
Loading…
Reference in a new issue