summaryrefslogtreecommitdiff
path: root/aosp_bonito.mk
AgeCommit message (Collapse)Author
2020-08-28Rename mainline_system(.*).mk to generic_system(.*).mkJaeMan
Rename mainline_system to generic_system in mk files to avoid confusion with mainline module. Bug: 160649682 Test: lunch aosp_bonito && m nothing Test: lunch aosp_sargo && m nothing Change-Id: I3609ec2d91b0f08859a36cac75c25876b1db6d6a
2020-08-11Don't use on_vendor VNDK APEX for REL buildYo Chiang
For non-REL branch, move VNDK APEX to /vendor partition so we don't need to update vendor.img prebuilt everytime there is a change in the VNDK libraries. For REL branch, the API/ABI surfaces of VNDK libraries are frozen so don't need to move to /vendor partition. Bug: 140912145 Test: Build on REL and non-REL branch Change-Id: Ie1c8dc5c78560842147d88492d7bc191c0916633
2020-02-19Move VNDK APEX to vendor partitionJiyong Park
... for aosp_* targets so that we don't need to update vendor.img everytime there is a change in the VNDK libraries Bug: 140136207 Test: m Merged-In: Ib2d6d472e6b15ecac58369f179a601aa7b305c96 (cherry picked from commit fdfed4190ae1d46d98956a2eb178d4bb36347863) Change-Id: Ib2d6d472e6b15ecac58369f179a601aa7b305c96
2019-11-19Inherit base system_ext.mk files for aosp targetsJustin Yun
Make aosp targets inherit handheld_system_ext.mk and telephony_system_ext.mk files. Devices that have /system_ext or /system/system_ext must inherit any of *_system_ext.mk files to install mandatory packages for system_ext partition. Bug: 144542478 Test: Build aosp targets Change-Id: I2ea387a2205b905d4266cb85fbced2c0c338af0a Merged-In: I2ea387a2205b905d4266cb85fbced2c0c338af0a (cherry picked from commit b70b97033d09a0f81f7ae07c0668f895e7f29a53)
2019-10-29Remove init.zygote64_32.rc from whitelistJustin Yun
As we included init.zygote64_32.rc in mainline_system.mk, we may remove it from the whitelist in the device make file. Bug: 143121605 Test: build test for all device targets Change-Id: I728422d3b6a4aff6d1140f3bc966d21c25fb3f2a
2019-09-17Rewrite aosp_bonito.mk and aosp_sargo.mk to inherit aosp_product.mkYo Chiang
Let aosp_bonito.mk and aosp_sargo.mk follow the CSI mainline convention. AOSP bonito and sargo product makefiles now inherit mainline_system.mk for system image and aosp_product.mk for product image. Bug: 136525499 Test: Compare contents of $ANDROID_PRODUCT_OUT Change-Id: Ie32a0aa06ddcb9f564f79fc8c2b63f2451a41c65
2019-01-15Make aosp bonito/sargo inherit mainlineAnton Hansson
This aligns aosp_bonito and aosp_sargo closer to the bonito and sargo builds. Specifically, the /system partition will converge to be identical once a few AOSP apps have been moved to /product. Tweak the existing makefiles slightly by removing redundant packages and adding a few things aosp_base_telephony hierarchy previously included. There are a few diffs vs before aosp_base_telephony: - additional contents on /system (see mainline_system.mk) - no en_XC locale (pseudo-locale for localization) - different default notification - apns-conf.xml installed on /product instead of /system Bug: 118826166 Test: boot aosp_bonito Change-Id: I45b20b5b0a835587954ce860761f975d33dd0264
2018-07-12bonito and sargo: initial device supportRoger Liao
Bug: 111163725 Change-Id: I00af3102379676cedf818caa2e86c5e1593a48da Signed-off-by: Roger Liao <rogerliao@google.com>