forked from openkylin/platform_build
Include new AOSP messaging app in base AOSP telephony builds.
b/23110861 Change-Id: I31ba32f3341c77ba6eb083a189dffa1a08c6c8d4
This commit is contained in:
parent
a0372e20a2
commit
f29b5bd380
|
@ -14,3 +14,6 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
messaging
|
||||||
|
|
|
@ -21,7 +21,6 @@ PRODUCT_PACKAGES := \
|
||||||
CarrierConfig \
|
CarrierConfig \
|
||||||
Dialer \
|
Dialer \
|
||||||
CallLogBackup \
|
CallLogBackup \
|
||||||
Mms \
|
|
||||||
rild
|
rild
|
||||||
|
|
||||||
PRODUCT_COPY_FILES := \
|
PRODUCT_COPY_FILES := \
|
||||||
|
|
Loading…
Reference in New Issue