summaryrefslogtreecommitdiff
path: root/self-extractors_sargo
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2019-02-11 16:04:47 -0800
committerBill Yi <byi@google.com>2019-02-11 16:04:47 -0800
commit25d682ae04c5c9d93586d60402d43f211e566443 (patch)
tree311327c190bdd811fc1c3e80fc2815938d23d6d7 /self-extractors_sargo
parentf9c569e60fc26df54a871132d698cf4e494d0874 (diff)
Add QtiTelephonyService.apk
TEST: built b4s4 with the new blobs. Dialed numbers. BUG:117168130 Change-Id: I65dcf3846e7e02d796f6828b3189b44c3dac2ec1
Diffstat (limited to 'self-extractors_sargo')
-rw-r--r--self-extractors_sargo/extract-lists.txt1
-rw-r--r--self-extractors_sargo/qcom/staging/Android.mk16
-rw-r--r--self-extractors_sargo/qcom/staging/device-partial.mk3
3 files changed, 19 insertions, 1 deletions
diff --git a/self-extractors_sargo/extract-lists.txt b/self-extractors_sargo/extract-lists.txt
index 4ae4aed1..de28ec9b 100644
--- a/self-extractors_sargo/extract-lists.txt
+++ b/self-extractors_sargo/extract-lists.txt
@@ -5,6 +5,7 @@
;;
qcom)
TO_EXTRACT="\
+ system/app/QtiTelephonyService/QtiTelephonyService.apk \
system/compatibility_matrix.xml \
system/etc/cne/andsfCne.xml \
system/etc/cne/Nexus/ATT/ATT_profiles.xml \
diff --git a/self-extractors_sargo/qcom/staging/Android.mk b/self-extractors_sargo/qcom/staging/Android.mk
new file mode 100644
index 00000000..9d06c02b
--- /dev/null
+++ b/self-extractors_sargo/qcom/staging/Android.mk
@@ -0,0 +1,16 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+ifneq ($(filter sargo, $(TARGET_DEVICE)),)
+LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
+LOCAL_MODULE := QtiTelephonyService
+LOCAL_MODULE_TAGS := optional
+LOCAL_BUILT_MODULE_STEM := package.apk
+LOCAL_MODULE_OWNER := qcom
+LOCAL_MODULE_CLASS := APPS
+LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
+LOCAL_CERTIFICATE := platform
+include $(BUILD_PREBUILT)
+endif
+
diff --git a/self-extractors_sargo/qcom/staging/device-partial.mk b/self-extractors_sargo/qcom/staging/device-partial.mk
index 8f6ac9a4..c62a33cf 100644
--- a/self-extractors_sargo/qcom/staging/device-partial.mk
+++ b/self-extractors_sargo/qcom/staging/device-partial.mk
@@ -15,7 +15,8 @@
# AOSP packages required by the blobs
PRODUCT_PACKAGES := \
com.android.ims.rcsmanager.xml \
- com.android.ims.rcsmanager
+ com.android.ims.rcsmanager \
+ QtiTelephonyService
# blob(s) necessary for sargo hardware
PRODUCT_COPY_FILES := \