forked from openkylin/platform_build
am 5bf35d06: Merge "Include new AOSP messaging app in base AOSP telephony builds." into mnc-dev
* commit '5bf35d0685ba62ded55cc63f3dd2f23b82cc645d': Include new AOSP messaging app in base AOSP telephony builds.
This commit is contained in:
commit
17b0691076
|
@ -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