platform_build_soong/apex
Jooyung Han 8e5685ddca apex: prebuilt_firmware installs in /etc/firmware
Installation path of prebuilt_firmware varies accoding to target
partitions. When it is for system, it installs a file in
/system/etc/firmware while it installs in /vendor/firmware for vendor.

We'd better be consistent about installation path when it is
for APEXes regardless of target partition. Otherwise, ueventd would need
to scan both /apex/*/etc/firmware and /apex/*/firmware.

Having /etc prefix for prebuilt modules helps module owners to predict
the layout of the contents.

Bug: 162701747
Bug: 167942098
Test: soong tests
Test: loading vibrator firmware from vibrator apex (sunfish)
Change-Id: I7a7105026426f8a7a156bc947304930f761c81f3
2020-09-21 11:02:57 +09:00
..
Android.bp Include bpf program in APEXes 2020-09-02 22:18:25 +08:00
androidmk.go apex: pass init_rc/vintf_fragments to make 2020-09-11 17:33:19 +09:00
apex.go Use alias for test_per_src apex dependencies 2020-09-11 16:02:24 -07:00
apex_singleton.go Generate combined deps-info for all updatable modules. 2020-05-27 17:51:18 +01:00
apex_test.go apex: prebuilt_firmware installs in /etc/firmware 2020-09-21 11:02:57 +09:00
builder.go Merge "Merge Android R" 2020-09-10 17:22:09 +00:00
key.go Don't remove entries for overriddable modules 2020-06-19 13:29:16 +09:00
OWNERS Expand Jiyong's apex OWNERship 2019-01-31 18:57:00 +00:00
prebuilt.go Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) 2020-08-29 01:17:45 -07:00
TEST_MAPPING Add TEST_MAPPING for build/soong/apex 2019-08-07 17:33:24 +09:00
vndk.go Fix dex2oat symlink now that we generate dex2oat32/dex2oat64. 2020-05-01 11:04:59 +01:00
vndk_test.go Make native_coverage clause work with ClangCoverage 2020-07-02 11:21:36 -07:00