Bob Badour | fa739da | 2021-10-25 16:21:00 -0700 | [diff] [blame] | 1 | package_name: "Android" |
| 2 | projects: "highest/apex" |
| 3 | license_kinds: "SPDX-license-identifier-Apache-2.0" |
| 4 | license_conditions: "notice" |
| 5 | license_texts: "build/soong/licenses/LICENSE" |
| 6 | is_container: true |
| 7 | built: "out/target/product/fictional/obj/ETC/highest_intermediates/highest.apex" |
| 8 | installed: "out/target/product/fictional/system/apex/highest.apex" |
| 9 | install_map { |
| 10 | from_path: "out/target/product/fictional/system/lib/liba.so" |
| 11 | container_path: "lib/liba.so" |
| 12 | } |
| 13 | install_map { |
| 14 | from_path: "out/target/product/fictional/system/lib/libb.so" |
| 15 | container_path: "lib/libb.so" |
| 16 | } |
| 17 | install_map { |
| 18 | from_path: "out/target/product/fictional/system/bin/bin1" |
| 19 | container_path: "bin/bin1" |
| 20 | } |
| 21 | install_map { |
| 22 | from_path: "out/target/product/fictional/system/bin/bin2" |
| 23 | container_path: "bin/bin2" |
| 24 | } |
| 25 | sources: "out/target/product/fictional/system/lib/liba.so" |
| 26 | sources: "out/target/product/fictional/system/lib/libb.so" |
| 27 | sources: "out/target/product/fictional/system/bin/bin1" |
| 28 | sources: "out/target/product/fictional/system/bin/bin2" |
| 29 | deps: { |
| 30 | file: "testdata/proprietary/bin/bin1.meta_lic" |
| 31 | annotations: "static" |
| 32 | } |
| 33 | deps: { |
| 34 | file: "testdata/proprietary/bin/bin2.meta_lic" |
| 35 | annotations: "static" |
| 36 | } |
| 37 | deps: { |
| 38 | file: "testdata/proprietary/lib/liba.so.meta_lic" |
| 39 | annotations: "static" |
| 40 | } |
| 41 | deps: { |
| 42 | file: "testdata/proprietary/lib/libb.so.meta_lic" |
| 43 | annotations: "static" |
| 44 | } |