diff options
Diffstat (limited to 'target/product/full_x86.mk')
-rw-r--r-- | target/product/full_x86.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/target/product/full_x86.mk b/target/product/full_x86.mk index c7a4cfb..fcbb970 100644 --- a/target/product/full_x86.mk +++ b/target/product/full_x86.mk @@ -22,16 +22,17 @@ # 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 -ifdef NET_ETH0_STARTONBOOT - PRODUCT_PROPERTY_OVERRIDES += net.eth0.startonboot=1 -endif PRODUCT_PACKAGES := \ Camera -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) +$(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 + # Ensure we package the BIOS files too. PRODUCT_PACKAGES += \ bios.bin \ |