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

Commit 2b7cfe6c authored by Raul E Rangel's avatar Raul E Rangel
Browse files

rootdir: Add ability to add additional adb_debug.prop values

For desktop devices we need to add some additional properties to the
adb_debug.prop file so we can enable ADB over TCP. This change makes it
so we can define additional properties using `soong_config_set`.

e.g.,
$(call soong_config_append,adb,additional_debug_properties,service.adb.listen_addrs=)
$(call soong_config_append,adb,additional_debug_properties,service.adb.tcp.port=5555)

Bug: 421998282
Test: m out/target/product/brya/vendor_boot-debug.img && verify adb_debug.prop contains new properties
Change-Id: I23168c36284d3e316c1338206c21e823040f9dea
parent 4c9da0a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment