summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorChester Hsieh <dunno@google.com>2020-01-08 09:32:17 -0800
committerChester Hsieh <dunno@google.com>2020-02-06 14:28:06 -0800
commit750b5ed85cfd2c8598634ca96a75aba115130e13 (patch)
treeeb0f568c02a7d6022603774477994d0fda824418 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentca01d2946264dece083b83f2f4fffa9776adf51e (diff)
Allow test builds to optionally skip verification
Currently, every build a developer creates will be verified against the Play Store verification system. For developers, this is a completely useless step, takes up resources, and eats into iteration time. This CL disables verification for debug development builds that are reinstalled over ADB. This keeps users who install OTA safe, and lets devs avoid the cost of verification. There is no reduction in safety for the end user as: 1) Verification can only be skipped when installing over ADB and the "-t" as well as the new "--disable-verification" flags are specified ("-t" isn't strictly necessary). 2) The user can already disable verification over ADB by simply setting a flag. Test: atest PackageVerifierTest#testAdbSkipVerification Bug: 138672462 Change-Id: Id0bef5126f2fb49a8e30fc235193636a1c2bab2e
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions