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
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
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