platform_build_soong/apex
Justin Yun 13decfb0bb Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__
__ANDROID_VNDK__ is defined for the modules that are able to use the
VNDK libraries. As both product and vendor variants define
__ANDROID_VNDK__, we don't know if a module is built for vendor or
product on build time.

__ANDROID_VENDOR__ and __ANDROID_PRODUCT__ macros can be used to
specify the image-variant-dependent codes.

Bug: 180646847
Test: m nothing
Change-Id: Id6c3e1e3d47deaf3684c0c02964718658cf2fec5
2021-03-15 17:28:59 +09:00
..
allowed_deps.txt Merge "Add libruy_static to allowed_deps" 2021-03-12 14:00:45 +00:00
Android.bp Add apexFixtureFactory to apex package 2021-03-11 17:25:29 +00:00
androidmk.go Merge "Revert "Revert "Automated NDK API coverage used by Mainline modules build integration.""" 2021-01-26 00:13:46 +00:00
apex.go Merge "Avoid calling DepIsInSameApex when excluded from apex contents" 2021-03-10 23:30:48 +00:00
apex_singleton.go Add PHONY for apex-allowed-deps check. 2020-11-04 20:50:03 +00:00
apex_test.go Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__ 2021-03-15 17:28:59 +09:00
boot_image_test.go Merge "Remove extra return value from testApex" 2021-03-08 18:16:23 +00:00
builder.go Pass list of module libraries to gen_ndk_backed_by_apex.sh 2021-02-08 16:52:07 -08:00
deapexer.go Remove deapexer and prebuilt apex select mutators 2021-03-01 17:11:25 +00:00
key.go Extract apex registration code into function for reuse 2021-03-09 23:03:40 +00:00
OWNERS Remove myself from the OWNERS 2021-03-03 08:21:17 -08:00
prebuilt.go Remove deapexer and prebuilt apex select mutators 2021-03-01 17:11:25 +00:00
TEST_MAPPING
testing.go Add apexFixtureFactory to apex package 2021-03-11 17:25:29 +00:00
vndk.go Remove global state from VNDK apexes 2021-03-02 12:23:16 -08:00
vndk_test.go Merge "Remove extra return value from testApex" 2021-03-08 18:16:23 +00:00