Add ims.apk blob am: 0fef6f3753

am: 20551dda1d

Change-Id: If153482cb8bc515d5fe46834e3c22d9368eda7d6
This commit is contained in:
Bill Yi
2019-08-27 17:48:32 -07:00
committed by android-build-merger
3 changed files with 19 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
;;
qcom)
TO_EXTRACT="\
system/app/ims/ims.apk \
system/etc/cne/Nexus/ATT/ATT_profiles.xml \
system/etc/cne/Nexus/ROW/ROW_profiles.xml \
system/etc/cne/Nexus/VZW/VZW_profiles.xml \

View File

@@ -0,0 +1,14 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter taimen, $(TARGET_DEVICE)),)
include $(CLEAR_VARS)
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_MODULE := ims
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

View File

@@ -12,6 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# AOSP packages required by the blobs
PRODUCT_PACKAGES := \
ims
# blob(s) necessary for Taimen hardware
PRODUCT_COPY_FILES := \
vendor/qcom/taimen/proprietary/ATT_profiles.xml:system/etc/cne/Nexus/ATT/ATT_profiles.xml:qcom \