aboutsummaryrefslogtreecommitdiff
path: root/tools/list_files.py
Commit message (Collapse)AuthorAgeFilesLines
* Add --classes optional flag in list_filesJihoon Kang2023-06-271-1/+27
| | | | | | | | | | | | The flag enables list_files to output a list of .class files pattern that will be generated when compiling the java files in the input directory. The flag can be used to extract the appropriate class files from stub jar file provided via dep_api_srcs in per api scope sdk_library generated java_api_library modules. Test: m --build-from-text-stub in same topic Bug: 275570206 Change-Id: I134fcd9781024dcb6781297d02645f5fb9befb18
* Create a python script to list files given a directory as an inputJihoon Kang2023-04-031-0/+102
The script will be used in generating a file that lists generated stub files from metalava, which will be passed to soong_zip to extract selected stub files when generating stubs from java_api_library modules with incomplete api surface text files. Test: build java_api_library modules in aosp/2487335 Change-Id: I36b830f14c714315f81e3fd8608d84c29f673f83