Skip to content

Commit a7a68eb

Browse files
committed
Enable dock audio support
1 parent 141b982 commit a7a68eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

BoardConfig.mk

+3
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ BOARD_EGL_CFG := device/motorola/sunfire/config/egl.cfg
129129
#USB Tethering
130130
BOARD_CUSTOM_USB_CONTROLLER := ../../device/motorola/sunfire/UsbController.cpp
131131
BOARD_HAS_LARGE_FILESYSTEM := true
132+
133+
# Dock Audio
134+
BOARD_USE_MOTO_DOCK_HACK := true

sunfire.mk

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ PRODUCT_LOCALES += hdpi
6363
PRODUCT_PACKAGES += \
6464
Usb \
6565
FM \
66+
DockAudio \
6667
Torch
6768

6869
DEVICE_PACKAGE_OVERLAYS += device/motorola/sunfire/overlay

0 commit comments

Comments
 (0)