Skip to content

Commit

Permalink
Fix typo in Audio fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePiGuy0 committed Apr 28, 2018
1 parent 661eec5 commit 0c0c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(call inherit-product-if-exists, vendor/lge/h811/h811-vendor.mk)

# Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_platform_info.xml:system/etc/audio_platform_info.xml
$(LOCAL_PATH)/audio/audio_platform_info.xml:system/etc/audio_platform_info.xml \
$(LOCAL_PATH)/audio/audio_platform_info.xml:vendor/system/etc/audio_platform_info.xml

# Gps
Expand Down

0 comments on commit 0c0c34e

Please sign in to comment.