commit | 5a7aab655f5f1dac6635a6f299509e1cc458ccf2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue May 16 17:33:38 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 16 17:33:38 2023 +0000 |
tree | 53a64bee004e1bd540a3747aadb24853c05dad6b | |
parent | 93e063328a5cec76549ed0d120885ef5abdae5e8 [diff] | |
parent | 22dfbc16447ea759980f54460a541ab647d0d71d [diff] |
Merge "create filegroup for update_device scripts." into udc-dev
diff --git a/scripts/Android.bp b/scripts/Android.bp index bbd3a4e..1e854a7 100644 --- a/scripts/Android.bp +++ b/scripts/Android.bp
@@ -31,6 +31,14 @@ default_applicable_licenses: ["system_update_engine_license"], } +filegroup { + name: "update_device_script", + srcs: [ + "**/*.py", + ], + path: ".", +} + python_library_host { name: "update_payload",