forked from openkylin/platform_build
Merge "add camera.goldfish.jpeg to emulator targets and mini targets" into jb-mr2-dev
This commit is contained in:
commit
7a697dd3f5
|
@ -50,6 +50,7 @@ PRODUCT_PACKAGES += \
|
|||
qemu-props \
|
||||
qemud \
|
||||
camera.goldfish \
|
||||
camera.goldfish.jpeg \
|
||||
lights.goldfish \
|
||||
gps.goldfish \
|
||||
sensors.goldfish
|
||||
|
|
|
@ -224,3 +224,7 @@ PRODUCT_PACKAGES += \
|
|||
Settings \
|
||||
libsurfaceflinger_ddmconnection
|
||||
|
||||
# This is not necessary for mini, but is for mini-emulator as it should
|
||||
# be included in platform.zip
|
||||
PRODUCT_PACKAGES += camera.goldfish.jpeg
|
||||
|
||||
|
|
Loading…
Reference in New Issue