Skip to content

Commit

Permalink
msm8996: Add hotword enrollment APKs from oreo
Browse files Browse the repository at this point in the history
Change-Id: I3d2c271ce3bfbb8d27be3b6e4e0c6f43895557f9
  • Loading branch information
Rashed97 committed Sep 1, 2018
1 parent 5146fcc commit 2248c7d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 3 deletions.
28 changes: 26 additions & 2 deletions msm8996-common/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,33 @@ LOCAL_MODULE_SUFFIX := .apk
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := HotwordEnrollment
LOCAL_MODULE := HotwordEnrollmentOKGoogleWCD9335
LOCAL_MODULE_OWNER := lge
LOCAL_SRC_FILES := proprietary/priv-app/HotwordEnrollment/HotwordEnrollment.apk
LOCAL_SRC_FILES := proprietary/priv-app/HotwordEnrollmentOKGoogleWCD9335/HotwordEnrollmentOKGoogleWCD9335.apk
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_DEX_PREOPT := false
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := HotwordEnrollmentTGoogleWCD9335
LOCAL_MODULE_OWNER := lge
LOCAL_SRC_FILES := proprietary/priv-app/HotwordEnrollmentTGoogleWCD9335/HotwordEnrollmentTGoogleWCD9335.apk
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_DEX_PREOPT := false
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := HotwordEnrollmentXGoogleWCD9335
LOCAL_MODULE_OWNER := lge
LOCAL_SRC_FILES := proprietary/priv-app/HotwordEnrollmentXGoogleWCD9335/HotwordEnrollmentXGoogleWCD9335.apk
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
Expand Down
4 changes: 3 additions & 1 deletion msm8996-common/msm8996-common-vendor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ PRODUCT_PACKAGES += \
libcir_driver \
VZWAPNLib \
vzw_msdc_api \
HotwordEnrollment \
HotwordEnrollmentOKGoogleWCD9335 \
HotwordEnrollmentTGoogleWCD9335 \
HotwordEnrollmentXGoogleWCD9335 \
SprintDM \
SprintHM \
VZWAPNService \
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2248c7d

Please sign in to comment.