1package_name: "Android" 2projects: "container/zip" 3license_kinds: "SPDX-license-identifier-Apache-2.0" 4license_conditions: "notice" 5license_texts: "build/soong/licenses/LICENSE" 6is_container: true 7built: "out/target/product/fictional/obj/ETC/container_intermediates/container.zip" 8installed: "out/target/product/fictional/data/container.zip" 9install_map { 10 from_path: "out/target/product/fictional/system/lib/" 11 container_path: "/" 12} 13install_map { 14 from_path: "out/target/product/fictional/system/bin/" 15 container_path: "/" 16} 17sources: "out/target/product/fictional/system/bin/bin1" 18sources: "out/target/product/fictional/system/bin/bin2" 19sources: "out/target/product/fictional/system/bin/bin3" 20sources: "out/target/product/fictional/system/lib/libapache.so" 21deps: { 22 file: "testdata/regressgpl2/bin/bin1.meta_lic" 23 annotations: "static" 24} 25deps: { 26 file: "testdata/regressgpl2/bin/bin2.meta_lic" 27 annotations: "static" 28} 29deps: { 30 file: "testdata/regressgpl2/bin/bin3.meta_lic" 31 annotations: "static" 32} 33deps: { 34 file: "testdata/regressgpl2/lib/libapache.so.meta_lic" 35 annotations: "static" 36} 37deps: { 38 file: "testdata/regressgpl2/lib/libc++.so.meta_lic" 39 annotations: "static" 40} 41deps: { 42 file: "testdata/regressgpl2/lib/libgpl.so.meta_lic" 43 annotations: "static" 44} 45