diff options
author | 2018-10-01 19:23:14 +0800 | |
---|---|---|
committer | 2018-10-22 14:14:29 +0800 | |
commit | d30b940dffa10b1a2e703178af386d4b5a8616ae (patch) | |
tree | 82315efd1bbea09ee32845b61d971da474cb4a88 /java/app_builder.go | |
parent | 109029fb5c0eb7f9c8263223adff063bb6d6ff03 (diff) |
ATest: GTest auto gen config support run_test_as in Android.bp .
Feature request from developer, support setting uid in Android.bp.
Bug:113359343
Test: source build/envsetup.sh ; lunch
vim platform_testing/tests/example/native/Android.bp
add
test_options: {
run_test_as: "1234",
},
in cc_test
make hello_world_test
cat out/target/product/xxxx/testcases/hello_world_test/hello_world_test.config
Will see <option name="run-test-as" value="1234" />
below <test class="com.android.tradefed.testtype.GTest" >
Change-Id: I5604af5f20c45728d19f4c01396a20a74997f8a8
Diffstat (limited to 'java/app_builder.go')
0 files changed, 0 insertions, 0 deletions