diff options
author | Kun Niu <kunniu@google.com> | 2023-05-15 16:44:24 -0700 |
---|---|---|
committer | Kun Niu <kunniu@google.com> | 2023-05-15 16:44:24 -0700 |
commit | 22dfbc16447ea759980f54460a541ab647d0d71d (patch) | |
tree | 53a64bee004e1bd540a3747aadb24853c05dad6b | |
parent | f54e7e4da36d74fa4487178158107b3de3d0da23 (diff) |
create filegroup for update_device scripts.
The change was added to tm-mainline-prod in ag/23200961 with Merged-In
tag, so manually add the change needed to udc-dev.
Test: local OTA
Bug: 279622634
Change-Id: I4038d17c1253819f32fa9d50fe3a72b253b6c7eb
-rw-r--r-- | scripts/Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/Android.bp b/scripts/Android.bp index bbd3a4e1..1e854a75 100644 --- a/scripts/Android.bp +++ b/scripts/Android.bp @@ -31,6 +31,14 @@ package { default_applicable_licenses: ["system_update_engine_license"], } +filegroup { + name: "update_device_script", + srcs: [ + "**/*.py", + ], + path: ".", +} + python_library_host { name: "update_payload", |