diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-05-25 10:31:24 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-05-25 10:31:24 +0000 |
commit | 64e1e09ae22e5bcb8afb166765ae0dbaaf7b16f5 (patch) | |
tree | 53a64bee004e1bd540a3747aadb24853c05dad6b | |
parent | 7245196ed9a7f3caeca2b9dc26da9d7872dd5192 (diff) | |
parent | 4c3294d1cc7f0c1d7d6c68b9af5f71e6f04cc74c (diff) |
Snap for 10201233 from 4c3294d1cc7f0c1d7d6c68b9af5f71e6f04cc74c to u-keystone-qcom-release
Change-Id: I1aac04f3980d85af5912866c71d9f712534b697e
-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", |