diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-08-10 09:23:38 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-10 09:23:38 -0700 |
commit | dd14acc3f665e83ee5da1cd300606c14a5513ae8 (patch) | |
tree | d1b1ce4a4b7312e9d9aca7116fb8a500d67d4425 /target | |
parent | d4c6a2edde97a7709086e9a3b7ecb028cecd9bfb (diff) | |
parent | e443a9e92f323bff5bb304e1baf8b00ed18888be (diff) | |
download | build-dd14acc3f665e83ee5da1cd300606c14a5513ae8.zip build-dd14acc3f665e83ee5da1cd300606c14a5513ae8.tar.gz build-dd14acc3f665e83ee5da1cd300606c14a5513ae8.tar.bz2 |
am e443a9e9: Merge "Modify full_mips-eng build in line with the full-eng build"
* commit 'e443a9e92f323bff5bb304e1baf8b00ed18888be':
Modify full_mips-eng build in line with the full-eng build
Diffstat (limited to 'target')
-rw-r--r-- | target/board/generic_mips/BoardConfig.mk | 4 | ||||
-rw-r--r-- | target/board/generic_mips/device.mk | 12 | ||||
-rw-r--r-- | target/product/full_mips.mk | 3 |
3 files changed, 8 insertions, 11 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 diff --git a/target/product/full_mips.mk b/target/product/full_mips.mk index 886cf31..2debfec 100644 --- a/target/product/full_mips.mk +++ b/target/product/full_mips.mk @@ -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) |