Bowgo Tsai 43dd6e34bd Allow unlocked in VTS
VTS was running on a userdebug build GSI before Android 10.
Starting from Android 10, VTS is switched to running on top of a
user build GSI image, plus the device-specific boot-debug.img to
allow adb root.

   https://source.android.com/compatibility/vts/vts-on-gsi

So 'ro.build.type' will be 'user' because the value comes from
/system/build.prop. Switching to using 'ro.debuggable' to decide
whether we should check the device is locked or not. Note that
'ro.debuggable' will be '1' for userdebug/eng images or when a
boot-debug.img is used.

Bug: 154449286
Test: atest VtsHalKeymasterV4_0TargetTest
Change-Id: If5a90d62f77489aa58f96e908553a052cf6d1e18
2020-05-29 07:49:11 +00:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-20 20:50:14 +00:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-05-29 07:49:11 +00:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-09 17:01:44 +09:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2020-04-07 15:17:02 -07:00
2016-08-30 11:28:36 -07:00
2019-12-10 09:51:58 -08:00
Description
No description provided
134 MiB
Languages
C++ 56.3%
AIDL 41.2%
C 1.5%
Rust 0.4%
Java 0.4%
Other 0.1%