Loading target/board/generic_mips/BoardConfig.mk +0 −4 Original line number Diff line number Diff line Loading @@ -51,7 +51,3 @@ BUILD_EMULATOR_OPENGL := true # Build and enable the OpenGL ES View renderer. When running on the emulator, # the GLES renderer disables itself if host GL acceleration isn't available. USE_OPENGL_RENDERER := true # Default to JSC until we get v8 landed HTTP := android JS_ENGINE := jsc target/board/generic_mips/device.mk +8 −4 Original line number Diff line number Diff line Loading @@ -19,13 +19,17 @@ PRODUCT_PROPERTY_OVERRIDES := \ ro.ril.hsxpa=1 \ ro.ril.gprsclass=10 ro.ril.gprsclass=10 \ ro.adb.qemud=1 PRODUCT_COPY_FILES := \ development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ development/data/etc/vold.conf:system/etc/vold.conf \ development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ device/generic/goldfish/data/etc/vold.conf:system/etc/vold.conf \ $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml) \ $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml) \ hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf PRODUCT_PACKAGES := \ audio.primary.goldfish \ power.goldfish \ libffi target/product/full_mips.mk +0 −3 Original line number Diff line number Diff line Loading @@ -19,9 +19,6 @@ # mips build quite specifically for the emulator, and might not be # entirely appropriate to inherit from for on-device configurations. PRODUCT_PACKAGES := \ Camera $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips/device.mk) Loading Loading
target/board/generic_mips/BoardConfig.mk +0 −4 Original line number Diff line number Diff line Loading @@ -51,7 +51,3 @@ BUILD_EMULATOR_OPENGL := true # Build and enable the OpenGL ES View renderer. When running on the emulator, # the GLES renderer disables itself if host GL acceleration isn't available. USE_OPENGL_RENDERER := true # Default to JSC until we get v8 landed HTTP := android JS_ENGINE := jsc
target/board/generic_mips/device.mk +8 −4 Original line number Diff line number Diff line Loading @@ -19,13 +19,17 @@ PRODUCT_PROPERTY_OVERRIDES := \ ro.ril.hsxpa=1 \ ro.ril.gprsclass=10 ro.ril.gprsclass=10 \ ro.adb.qemud=1 PRODUCT_COPY_FILES := \ development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ development/data/etc/vold.conf:system/etc/vold.conf \ development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ device/generic/goldfish/data/etc/vold.conf:system/etc/vold.conf \ $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml) \ $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml) \ hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf PRODUCT_PACKAGES := \ audio.primary.goldfish \ power.goldfish \ libffi
target/product/full_mips.mk +0 −3 Original line number Diff line number Diff line Loading @@ -19,9 +19,6 @@ # mips build quite specifically for the emulator, and might not be # entirely appropriate to inherit from for on-device configurations. PRODUCT_PACKAGES := \ Camera $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips/device.mk) Loading