Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4a51e5c authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Specify product_specific property in adb_keys

The module installs the output file in product partition. This change
allows Soong to recognize it.

Test: m soong_generated_product_filesystem_test
Bug: 376515714
Change-Id: Idce4ac4974ea0331caf1f13f42e0dd57e0ec73d8
parent dfb457c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ otacerts_zip {

adb_keys {
    name: "adb_keys",
    product_specific: true,
}