This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
platform_build_soong
mirror of
https://gitee.com/openkylin/platform_build_soong.git
Watch
9
Star
0
Fork
You've already forked platform_build_soong
0
Code
Issues
Projects
Releases
Wiki
Activity
31b84c83bf
platform_build_soong
/
scripts
/
TEST_MAPPING
13 lines
167 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move manifest_fixer to a python_binary_host module In preparation for making it use multiple files so that some implementation can be shared with a new tool. Also make manifest_fixer_test a python_test_host, and add it to TEST_MAPPING. Test: m checkbuild Change-Id: Iaae177efcb978187b126d90359b82cdfd3176857
2019-05-17 04:16:29 +08:00
{
"presubmit" : [
Add manifest_check tool Add a tool that can check that the <uses-library> tags in an AndroidManifest.xml file match a list provided by the build. Bug: 132357300 Test: manifest_check_test Change-Id: If15abf792282bef677469595e80f19923b87ab62
2019-05-21 04:14:18 +08:00
{
"name": "manifest_check_test",
"host": true
},
Move manifest_fixer to a python_binary_host module In preparation for making it use multiple files so that some implementation can be shared with a new tool. Also make manifest_fixer_test a python_test_host, and add it to TEST_MAPPING. Test: m checkbuild Change-Id: Iaae177efcb978187b126d90359b82cdfd3176857
2019-05-17 04:16:29 +08:00
{
"name": "manifest_fixer_test",
"host": true
Add manifest_check tool Add a tool that can check that the <uses-library> tags in an AndroidManifest.xml file match a list provided by the build. Bug: 132357300 Test: manifest_check_test Change-Id: If15abf792282bef677469595e80f19923b87ab62
2019-05-21 04:14:18 +08:00
}
Move manifest_fixer to a python_binary_host module In preparation for making it use multiple files so that some implementation can be shared with a new tool. Also make manifest_fixer_test a python_test_host, and add it to TEST_MAPPING. Test: m checkbuild Change-Id: Iaae177efcb978187b126d90359b82cdfd3176857
2019-05-17 04:16:29 +08:00
]
}