Commit graph

5 commits

Author SHA1 Message Date
Cynthia Wasonga
3001ead929 Prevent pre-installation of aosp system apps on clone profile
Apps and their corresponding config files linked here: go/clone-configs-and-mks

Bug: 238970256
Test: Confirmed that the apps don't get pre-installed on the clone profile

Change-Id: I72beb9fd2ea5bcd5f1bf382a44a14812ef92c07d
2022-11-21 16:03:16 +00:00
Meng Wang
025fb73656 Add ImsServiceEntitlement app
Bug: 176127289
Test: make
Change-Id: I2a74da2fe927b274828c3d5d88509583470bf65c
2021-01-13 11:34:30 -08:00
Jeongik Cha
82c0e3e268 Move packages from *_product.mk to *_system_ext.mk
These apps have been moved from product to system_ext.
Accordingly, they needs to be moved in definition mk files.

Bug: 137908189
Test: m
Change-Id: I0aba1343b0342887f4bc5bc1cff47f96d4803214
2020-02-05 17:30:55 +09:00
Anton Hansson
735aa9180e Move EmergencyInfo to the /product hierarchy
The app is moving to /product.

Bug: 122353713
Test: build_test
Change-Id: I78dc47963de21b8966fdfe15ce18695bf0747221
2019-03-25 19:52:06 +00:00
SzuWei Lin
caa5e88d4a Split *_product makefiles
So far, we have *_system.mk and *_vendor.mk.
This patch split all product settings from *_vendor.mk to new
*_product.mk

This patch also create a new telephony.mk to include all
telephony_*.mk

Bug: 119747870
Test: lunch mainline_arm64-user; make -j
Test: compare the content with and without the patch
Test: the output files in out folder are the same
Change-Id: I79aefdd1971b3b5724a3ec858de4109b645c765a
Merged-In: I79aefdd1971b3b5724a3ec858de4109b645c765a
2019-01-16 22:23:35 +08:00