platform_build_soong/apex
Jiyong Park 8e6d52f362 Reorganize apex/apex.go
The source code is reorganized following the order of the execution for
better readability. The order is as follows:

1) init
2) properties
3) module struct
4) deps mutator
5) post-deps mutator
6) generate build actions
7) module initialization for different sub types
8) misc (e.g. apex_available check, etc.)

Behavior is not touched.

Bug: 173472337
Test: m
Merged-In: I919fca468fa376273d498029e6ac2fa37998a4a6
Change-Id: I919fca468fa376273d498029e6ac2fa37998a4a6
2020-11-20 08:44:55 +09:00
..
allowed_deps.txt Update apex/allowed_deps.txt 2020-11-05 21:46:26 +00:00
Android.bp Include bpf program in APEXes 2020-09-02 22:18:25 +08:00
androidmk.go Make apex modules support tagged dists 2020-11-11 12:34:20 +00:00
apex.go Reorganize apex/apex.go 2020-11-20 08:44:55 +09:00
apex_singleton.go Add PHONY for apex-allowed-deps check. 2020-11-04 20:50:03 +00:00
apex_test.go Merge "Replace android.WriteFile rule with android.WriteFileRule" 2020-11-16 23:11:41 +00:00
builder.go Replace android.WriteFile rule with android.WriteFileRule 2020-11-14 16:26:00 -08:00
key.go Replace android.WriteFile rule with android.WriteFileRule 2020-11-14 16:26:00 -08:00
OWNERS Track allowed transitive deps in any updatable module. 2020-09-30 21:17:42 +00:00
prebuilt.go Support asan/hwasan versions of prebuilts. 2020-10-13 03:37:32 +00:00
TEST_MAPPING Add TEST_MAPPING for build/soong/apex 2019-08-07 17:33:24 +09:00
vndk.go Rename ART release APEX to com.android.art. 2020-10-21 15:41:02 +01:00
vndk_test.go Define product_available property 2020-11-08 23:53:22 +00:00