Skip to content

Commit

Permalink
NX627J: Audio: DTS: Import DTS sounds module
Browse files Browse the repository at this point in the history
Signed-off-by: gesangtome <[email protected]>
Change-Id: I1c910c3bb089045a79de634acdf8d151d5e3d11a
  • Loading branch information
gesangtome committed Jun 7, 2020
1 parent 4e048f2 commit 5240018
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nubia.mk
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ PRODUCT_PACKAGES += \
[email protected] \
[email protected]

# DTS
PRODUCT_PACKAGES += \
DTS_SOUND

# Fstab
PRODUCT_PACKAGES += \
fstab.qcom
Expand Down
15 changes: 15 additions & 0 deletions sounds/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Created by 弱弱的胖橘猫丷

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := DTS_SOUND
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_APPS)
LOCAL_CERTIFICATE := media
#LOCAL_REQUIRED_MODULES :=
include $(BUILD_PREBUILT)


Binary file added sounds/DTS_SOUND
Binary file not shown.

0 comments on commit 5240018

Please sign in to comment.