am 1aadaf6e: Fix network access on aosp_deb

* commit '1aadaf6e3d72233f330c38097ddb6eedf9eb9be1':
  Fix network access on aosp_deb
This commit is contained in:
Jean-Baptiste Queru 2013-06-11 14:10:20 -07:00 committed by Android Git Automerger
commit 7aeb97d408

View file

@ -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)