Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Test: m systemlicense Test: m listshare; out/soong/host/linux-x86/bin/listshare ... Test: m checkshare; out/soong/host/linux-x86/bin/checkshare ... Test: m dumpgraph; out/soong/host/linux-x86/dumpgraph ... Test: m dumpresolutions; out/soong/host/linux-x86/dumpresolutions ... where ... is the path to the .meta_lic file for the system image. In my case if $ export PRODUCT=$(realpath $ANDROID_PRODUCT_OUT --relative-to=$PWD) ... can be expressed as: ${PRODUCT}/gen/META/lic_intermediates/${PRODUCT}/system.img.meta_lic Change-Id: I17221ec8fe429b5f745c0733f8bb1ab0ea2f4567
15 lines
602 B
Plaintext
15 lines
602 B
Plaintext
package_name: "Android"
|
|
projects: "lib/apache"
|
|
license_kinds: "SPDX-license-identifier-Apache-2.0"
|
|
license_conditions: "notice"
|
|
license_texts: "build/soong/licenses/LICENSE"
|
|
is_container: false
|
|
built: "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libapache.so"
|
|
built: "out/target/product/fictional/obj/SHARED_LIBRARIES/lib_intermediates/libapache.a"
|
|
installed: "out/target/product/fictional/system/lib/libapache.so"
|
|
sources: "out/target/product/fictional/system/lib/libc++.so"
|
|
deps: {
|
|
file: "testdata/regressgpl2/lib/libc++.so.meta_lic"
|
|
annotations: "dynamic"
|
|
}
|