Skip to content

Commit

Permalink
edison: Use audio libs from spyder JB 4.1 release
Browse files Browse the repository at this point in the history
Change-Id: I34450256f5789a8f9169b52cbb391ad88e6a416b
  • Loading branch information
dhacker29 committed May 10, 2013
1 parent 7c170fb commit f104003
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion edison/edison-vendor-blobs.mk
Expand Up @@ -2,7 +2,9 @@ VENDOR_BLOB_FOLDER := vendor/motorola/edison/proprietary

# system/bin
PRODUCT_COPY_FILES += \
$(VENDOR_BLOB_FOLDER)/bin/akmd8975:/system/bin/akmd8975
$(VENDOR_BLOB_FOLDER)/bin/akmd8975:/system/bin/akmd8975 \
$(VENDOR_BLOB_FOLDER)/bin/ap_gain.bin:/system/bin/ap_gain.bin \
$(VENDOR_BLOB_FOLDER)/bin/ap_gain_mmul.bin:/system/bin/ap_gain_mmul.bin

# system/etc
PRODUCT_COPY_FILES += \
Expand All @@ -15,6 +17,7 @@ $(VENDOR_BLOB_FOLDER)/usr/keylayout/atmxt-i2c.kl:system/usr/keylayout/atmxt-i2c.

# system/lib/hw
PRODUCT_COPY_FILES += \
$(VENDOR_BLOB_FOLDER)/lib/hw/audio.primary.omap4.so:/system/lib/hw/audio.primary.omap4.so \
$(VENDOR_BLOB_FOLDER)/lib/hw/sensors.edison.so:/system/lib/hw/sensors.edison.so

# system/etc/omapcam/module2
Expand Down
Binary file added edison/proprietary/bin/ap_gain.bin
Binary file not shown.
Binary file added edison/proprietary/bin/ap_gain_mmul.bin
Binary file not shown.
Binary file added edison/proprietary/lib/hw/audio.primary.omap4.so
Binary file not shown.

0 comments on commit f104003

Please sign in to comment.