Skip to content

Commit

Permalink
Fixed Audio
Browse files Browse the repository at this point in the history
  • Loading branch information
XePeleato committed Mar 28, 2016
1 parent e8c0d67 commit 2c0e4e2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 50 deletions.
4 changes: 4 additions & 0 deletions aosp_hi6210sft.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ PRODUCT_COPY_FILES += \
vendor/lib64/hw/audio.a2dp.default.so:system/lib64/hw/audio.a2dp.default.so\
vendor/lib/hw/audio.a2dp.default.so:system/lib/hw/audio.a2dp.default.so\
vendor/lib64/hw/audio.primary.default.so:system/lib64/hw/audio.primary.default.so\
vendor/lib/hw/audio.primary.hi6210sft.so:system/lib/hw/audio.primary.hi6210sft.so \
vendor/lib64/hw/audio.primary.hi6210sft.so:system/lib64/hw/audio.primary.hi6210sft.so \
vendor/lib/hw/audio.primary.default.so:system/lib/hw/audio.primary.default.so\
vendor/lib64/hw/audio.r_submix.default.so:system/lib64/hw/audio.r_submix.default.so\
vendor/lib/hw/audio.r_submix.default.so:system/lib/hw/audio.r_submix.default.so\
Expand Down Expand Up @@ -433,6 +435,7 @@ PRODUCT_COPY_FILES += \
vendor/lib/libmediaplayerservice.so:system/lib/libmediaplayerservice.so \
vendor/lib/libnfc_nci_jni.so:system/lib/libnfc_nci_jni.so \
vendor/lib/libnfc-nci.so:system/lib/libnfc-nci.so \
vendor/lib/liboeminfo.so:system/lib/liboeminfo.so \
vendor/lib/libpowergenie_native3.so:system/lib/libpowergenie_native3.so \
vendor/lib/libsensorsgps.so:system/lib/libsensorsgps.so \
vendor/lib/libsqlite3.so:system/lib/libsqlite3.so \
Expand Down Expand Up @@ -475,6 +478,7 @@ PRODUCT_COPY_FILES += \
vendor/lib64/libhisi_ini.so:system/lib64/libhisi_ini.so \
vendor/lib64/libmax98925.so:system/lib64/libmax98925.so \
vendor/lib64/libmediarecorder.huawei.so:system/lib64/libmediarecorder.huawei.so \
vendor/lib64/liboeminfo.so:system/lib64/liboeminfo.so \
vendor/lib64/libpowergenie_native3.so:system/lib64/libpowergenie_native3.so \
vendor/lib64/libstagefright.huawei.so:system/lib64/libstagefright.huawei.so \
vendor/lib64/libstagefright_soft_ffmpegaudiodec.so:system/lib64/libstagefright_soft_ffmpegaudiodec.so \
Expand Down
2 changes: 1 addition & 1 deletion camera/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LOCAL_C_INCLUDES := \
LOCAL_SHARED_LIBRARIES := \
libhardware liblog libcamera_client libutils libcutils

LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_MODULE_RELATIVE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_MODULE := camera.$(TARGET_BOARD_PLATFORM)

LOCAL_MODULE_TAGS := optional
Expand Down
39 changes: 0 additions & 39 deletions overlay/frameworks/base/core/res/res/values/arrays.xml

This file was deleted.

6 changes: 3 additions & 3 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@
<integer name="config_defaultNotificationLedOn">1000</integer>

<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">true</bool>


<!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors -->
<bool name="config_multiColorBatteryLed">true</bool>


<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
The N entries of this array define N + 1 zones as follows:
Expand Down Expand Up @@ -272,6 +272,6 @@
32 - Camera
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareKeys">0</integer>


</resources>
14 changes: 7 additions & 7 deletions recovery.fstab
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# mount point fstype device
/cache ext4 /dev/block/platform/hi_mci.0/by-name/cache
/boot emmc /dev/block/platform/hi_mci.0/by-name/boot
/data ext4 /dev/block/platform/hi_mci.0/by-name/userdata
/misc emmc /dev/block/platform/hi_mci.0/by-name/misc
/recovery emmc /dev/block/platform/hi_mci.0/by-name/recovery
/system ext4 /dev/block/platform/hi_mci.0/by-name/system
/external_sd vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="External Storage";storage;wipeingui;removable
/cache ext4 /dev/block/platform/hi_mci.0/by-name/cache
/boot emmc /dev/block/platform/hi_mci.0/by-name/boot
/data ext4 /dev/block/platform/hi_mci.0/by-name/userdata
/misc emmc /dev/block/platform/hi_mci.0/by-name/misc
/recovery emmc /dev/block/platform/hi_mci.0/by-name/recovery
/system ext4 /dev/block/platform/hi_mci.0/by-name/system
/external_sd vfat /dev/block/mmcblk1p1

0 comments on commit 2c0e4e2

Please sign in to comment.