Commit Graph

5 Commits

Author SHA1 Message Date
Richard Fung 1fec202f94 Set apexd.payload_metadata build property
This is currently hard-coded in apexd but will be
changed to a build property so it is configurable.

Bug: 191097666
Test: Presubmit
Change-Id: I68125f7ec9b08a7b7a761cd084327d3a2359be4e
2021-12-14 19:17:31 +00:00
Jiyong Park e7407e22fc Don't start adb if debugging is off
* Debug level None: adb is not supported
* Debug level app_only: adb is supported, but rooting is prohibited
* Debug level full: adb is supported and can be rooted

Bug: 201362865
Test: start a VM with `--debug none` and try to connect to the VM via
adb. It doesn't work as expected.

Change-Id: I95fe01e722d974ff1eb29469ac96abe7d785288d
2021-10-18 20:38:23 +09:00
Inseob Kim 0184c34f04 Set adb listening address
Without this property, adbd tries to listen tcp:5555, which is
unnecessary for microdroid.

Bug: 193118220
Test: atest MicrodroidHostTestCases
Test: connect to microdroid and see logcat
Change-Id: I7cd81d63e3b141c4c34eef502cab3566e8d071cb
2021-07-15 14:43:15 +09:00
Inseob Kim 0797cb93c5 Hard-code two build properties in build.prop
These two properties are necessary for the default keymint HAL.

Bug: 189164487
Test: boot and getprop
Change-Id: I9b387da8e5b6df86eaa0ab76ddadfcdeab0d1b09
2021-05-26 08:37:35 +00:00
Inseob Kim 23ce158063 Add build.prop for microdroid
Bug: 181728482
Test: boot microdroid, adb shell getprop
Change-Id: Ief3064661d8a2fd715a69880e4024abcc8357be2
2021-04-06 21:25:57 +09:00