diff options
author | Ying Wang <wangying@google.com> | 2013-02-28 16:39:32 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2013-02-28 16:45:41 -0800 |
commit | 962d06ef65c12ac6c059ea4b6c1140b96e1e8ffe (patch) | |
tree | f8f4f92ba5325f79474b32e696dce6cbaa2765af /target | |
parent | 08d56b4a1049fe4b4d3a01e2087f371fdeefaf84 (diff) | |
download | build-962d06ef65c12ac6c059ea4b6c1140b96e1e8ffe.zip build-962d06ef65c12ac6c059ea4b6c1140b96e1e8ffe.tar.gz build-962d06ef65c12ac6c059ea4b6c1140b96e1e8ffe.tar.bz2 |
Add module names to emulator PRODUCT_PACKAGES.
Instead of using "LOCAL_MODULE_TAGS := debug" to install them.
Bug: 8276818
Change-Id: I7eba3c4e6c2f07ebe661522cb0e14afcc3ef7e92
Diffstat (limited to 'target')
-rw-r--r-- | target/product/emulator.mk | 22 | ||||
-rw-r--r-- | target/product/vbox_x86.mk | 6 |
2 files changed, 28 insertions, 0 deletions
diff --git a/target/product/emulator.mk b/target/product/emulator.mk index 582ca64..1dcdc60 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -34,3 +34,25 @@ PRODUCT_PACKAGES += \ lib64GLES_CM_translator \ lib64GLES_V2_translator \ lib64EGL_translator + +PRODUCT_PACKAGES += \ + egl.cfg \ + gles_emul.cfg \ + libGLESv1_CM_emul \ + libGLESv2_emul \ + libEGL_emul \ + libut_rendercontrol_enc \ + gralloc.goldfish \ + libGLESv1_CM_emulation \ + lib_renderControl_enc \ + libEGL_emulation \ + libGLESv2_enc \ + libOpenglSystemCommon \ + libGLESv2_emulation \ + libGLESv1_enc \ + qemu-props \ + qemud \ + camera.goldfish \ + lights.goldfish \ + gps.goldfish \ + sensors.goldfish diff --git a/target/product/vbox_x86.mk b/target/product/vbox_x86.mk index f0d4232..a492774 100644 --- a/target/product/vbox_x86.mk +++ b/target/product/vbox_x86.mk @@ -25,6 +25,12 @@ endif $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/vbox_x86/device.mk) +PRODUCT_PACKAGES += \ + camera.vbox_x86 \ + lights.vbox_x86 \ + gps.vbox_x86 \ + sensors.vbox_x86 + PRODUCT_NAME := vbox_x86 PRODUCT_DEVICE := vbox_x86 PRODUCT_MODEL := Full Android on x86 VirtualBox |