From: Joshua Lang Date: Fri, 20 Jan 2017 02:49:08 +0000 (-0800) Subject: Add audio HIDL *-impl and -service libraries to product packages X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=149363c026af370423c0002dcf4852d9ad9466a9;p=android-x86%2Fbuild.git Add audio HIDL *-impl and -service libraries to product packages Test: check files on the device BUG: 34470377 Change-Id: I397bb945b92caeff4255bfaca7deb2939a98ba59 --- diff --git a/target/product/emulator.mk b/target/product/emulator.mk index baadbb73a..004c47bea 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -48,12 +48,19 @@ PRODUCT_PACKAGES += \ sensors.goldfish \ audio.primary.goldfish \ audio.primary.goldfish_legacy \ + android.hardware.audio@2.0-service \ vibrator.goldfish \ power.goldfish \ fingerprint.ranchu \ android.hardware.biometrics.fingerprint@2.1-service \ sensors.ranchu +PRODUCT_PACKAGES += \ + android.hardware.audio@2.0-impl \ + android.hardware.audio.effect@2.0-impl \ + android.hardware.broadcastradio@1.0-impl \ + android.hardware.soundtrigger@2.0-impl + PRODUCT_COPY_FILES += \ device/generic/goldfish/fstab.goldfish:root/fstab.goldfish \ device/generic/goldfish/init.goldfish.rc:root/init.goldfish.rc \