diff options
author | yelinhsieh <yelinhsieh@google.com> | 2018-10-01 19:23:14 +0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2019-03-23 04:42:48 +0000 |
commit | 9fc6040efe40d517f95f26bc5adfe7b06e57b018 (patch) | |
tree | 948f0087527750ee37665b5fe6bada6d9d3d2bcd /java/plugin_test.go | |
parent | 66f2e8701e68f18d600c91a7c0779d4b9c8db3fe (diff) | |
download | android_build_soong-9fc6040efe40d517f95f26bc5adfe7b06e57b018.tar.gz android_build_soong-9fc6040efe40d517f95f26bc5adfe7b06e57b018.tar.bz2 android_build_soong-9fc6040efe40d517f95f26bc5adfe7b06e57b018.zip |
ATest: GTest auto gen config support run_test_as in Android.bp .
Feature request from developer, support setting uid in Android.bp.
This relands I5604af5f20c45728d19f4c01396a20a74997f8a8 on top of
I2210c15b84f9b30e1cc23b426d463b34cf9ef94f.
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: I0b167c44c00ff0eab51443fc93dd8fa2abbe54cf
Diffstat (limited to 'java/plugin_test.go')
0 files changed, 0 insertions, 0 deletions