diff options
Diffstat (limited to 'target/product/full_x86.mk')
-rw-r--r-- | target/product/full_x86.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/product/full_x86.mk b/target/product/full_x86.mk index d6a169a..9941384 100644 --- a/target/product/full_x86.mk +++ b/target/product/full_x86.mk @@ -22,13 +22,14 @@ # If running on an emulator or some other device that has a LAN connection # that isn't a wifi connection. This will instruct init.rc to enable the # network connection so that you can use it with ADB + +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86/device.mk) + ifdef NET_ETH0_STARTONBOOT PRODUCT_PROPERTY_OVERRIDES += net.eth0.startonboot=1 endif -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86/device.mk) - # Ensure we package the BIOS files too. PRODUCT_PACKAGES += \ bios.bin \ |