Commit Graph

6 Commits

Author SHA1 Message Date
Jooyung Han
6a483e13ba Set min_sdk_version for com.android.extservices
Because codename "R" is not supported yet for android_app's
min_sdk_version, apex.min_sdk_version is set to "current" instead.

This should be set to 30 in AOSP after SDK finalization lands.

Bug: 152655956
Test: m
Change-Id: I5962c596ccd1d2dedb263f527b1a6dd062581b50
2020-05-06 11:46:49 +09:00
Jooyung Han
db38a2d64e Add min_sdk_version:R to updatable apexes
APEXes introduced in R need to set min_sdk_version to ensure that they
are built against correct version(30 or R) of stubs (libc/liblog/...).

Bug: 152655956
Test: /vendor/google/build/build_mainline_modules.sh
Change-Id: I4a893c34b09334eea124266287301e479b9e8a59
2020-04-02 13:54:06 +00:00
Jiyong Park
8201bdfab0 Mark updatable APEXes
Mark updatable APEXes as updatable: true so that they are opted-out from
optimizations that make sense only for non-updatable modules; such as
symlinking to the libs in the system partition.

Bug: 149805758
Test: m and check that there is no symlink from the APEX to the system
partition.

Change-Id: Idb55300a60a261c7bb6359439ed220ff51fcf06c
2020-02-24 21:10:56 +09:00
lpeter
f3de793414 Add test extservices apex config for e2e tests
Add a test extservices apex config in order to run the e2e tests
for apex install/uninstall.

Test: atest extservices_e2e_tests
Bug: 138589409
Change-Id: Ifc371fb80056fd6a6233d8da7ad092358841deb0
2020-02-06 21:20:24 +08:00
Baligh Uddin
ca69aba6a6 Set version to 300000000
Exempt-From-Owner-Approval: dariofreni@ approving in lieu of hansson@ (OOO)
2020-01-23 18:05:24 +00:00
Dario Freni
7d0f349566 Wrap ExtServices in an APEX container.
Bug: 147674123
Test: built on aosp_taimen and verified package is available from the
apex.
Change-Id: Iecbef5be21d22780d19d858322a9d7250ada0583
2020-01-17 10:22:45 +00:00