Skip to content

Commit

Permalink
Snap for 5053079 from 32b07a3 to pi-qpr2-release
Browse files Browse the repository at this point in the history
Change-Id: I7302b7734109cf1a64010619416e07303c70834b
  • Loading branch information
android-build-team Robot committed Oct 6, 2018
2 parents 68da7c8 + 32b07a3 commit 5b7ffd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
AUDIO_FEATURE_ENABLED_SND_MONITOR := true
AUDIO_FEATURE_ENABLED_USB_TUNNEL := true
BOARD_ROOT_EXTRA_SYMLINKS := /vendor/lib/dsp:/dsp
AUDIO_FEATURE_ENABLED_MAXX_AUDIO := true

# Include whaoo modules
USES_DEVICE_GOOGLE_WAHOO := true
Expand Down
3 changes: 2 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,8 @@ PRODUCT_PACKAGES += \
libqcomvisualizer \
libqcomvoiceprocessing \
libqcomvoiceprocessingdescriptors \
libqcompostprocbundle
libqcompostprocbundle \
libmalistener

PRODUCT_PACKAGES += \
audio.primary.msm8998 \
Expand Down
2 changes: 1 addition & 1 deletion usb/UsbGadget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ constexpr int BUFFER_SIZE = 512;
constexpr int MAX_FILE_PATH_LENGTH = 256;
constexpr int EPOLL_EVENTS = 10;
constexpr bool DEBUG = false;
constexpr int DISCONNECT_WAIT_US = 10000;
constexpr int DISCONNECT_WAIT_US = 100000;

#define BUILD_TYPE "ro.build.type"
#define GADGET_PATH "/config/usb_gadget/g1/"
Expand Down

0 comments on commit 5b7ffd6

Please sign in to comment.