You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
454 B
30 lines
454 B
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
python_library_host {
|
|
name: "repack_gki_lib",
|
|
srcs: [
|
|
"repack_gki_lib.py",
|
|
],
|
|
libs: [
|
|
"fetcher-lib",
|
|
],
|
|
pkg_path: "treble/gki",
|
|
}
|
|
|
|
python_binary_host {
|
|
name: "repack_gki",
|
|
main: "repack_gki.py",
|
|
srcs: [
|
|
"repack_gki.py",
|
|
],
|
|
libs: [
|
|
"repack_gki_lib",
|
|
],
|
|
required: [
|
|
"mkbootimg",
|
|
"unpack_bootimg",
|
|
],
|
|
}
|