Merge "Build and use ota_from_target_files as a module."
am: b7957f112b
Change-Id: I2c2d6d17f0b52c83a591ebe28b31076741b3e967
This commit is contained in:
@@ -119,6 +119,22 @@ python_binary_host {
|
||||
],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "ota_from_target_files",
|
||||
defaults: ["releasetools_binary_defaults"],
|
||||
srcs: [
|
||||
"edify_generator.py",
|
||||
"ota_from_target_files.py",
|
||||
],
|
||||
libs: [
|
||||
"releasetools_common",
|
||||
"releasetools_verity_utils",
|
||||
],
|
||||
required: [
|
||||
"brillo_update_payload",
|
||||
],
|
||||
}
|
||||
|
||||
python_defaults {
|
||||
name: "releasetools_test_defaults",
|
||||
srcs: [
|
||||
|
Reference in New Issue
Block a user