diff options
author | Chris Dearman <chris@mips.com> | 2012-07-25 19:57:22 -0700 |
---|---|---|
committer | Raghu Gandham <raghu@mips.com> | 2012-08-01 11:04:09 -0700 |
commit | 1603e3a987072113dab544f4106b95a368af7c18 (patch) | |
tree | 3edbad19d10b1986d418d8c663c872ee7435dc2b /target/board | |
parent | b9c2a66a4897b9be02d53f36bf9d212141c2dfb0 (diff) | |
download | build-1603e3a987072113dab544f4106b95a368af7c18.zip build-1603e3a987072113dab544f4106b95a368af7c18.tar.gz build-1603e3a987072113dab544f4106b95a368af7c18.tar.bz2 |
Modify full_mips-eng build in line with the full-eng build
Change-Id: Iebbad0c2a4f8f01b2ff8a08ea77965291a842636
Signed-off-by: Raghu Gandham <raghu@mips.com>
Diffstat (limited to 'target/board')
-rw-r--r-- | target/board/generic_mips/BoardConfig.mk | 4 | ||||
-rw-r--r-- | target/board/generic_mips/device.mk | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/target/board/generic_mips/BoardConfig.mk b/target/board/generic_mips/BoardConfig.mk index 8b81c27..8c2371f 100644 --- a/target/board/generic_mips/BoardConfig.mk +++ b/target/board/generic_mips/BoardConfig.mk @@ -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 diff --git a/target/board/generic_mips/device.mk b/target/board/generic_mips/device.mk index 6edcba6..8c770b5 100644 --- a/target/board/generic_mips/device.mk +++ b/target/board/generic_mips/device.mk @@ -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 |