【Android开发技巧】Android系统编译out目录结构

【Android开发技巧】Android系统编译out目录结构

文章为Android系统编译后out目录树结构,系统版本为Android13,以供参考。

Android13/out/
├── Android.mk
├── build-aosp_x86_64-cleanspec.ninja
├── build-aosp_x86_64.ninja
├── build-aosp_x86_64-package.ninja
├── build_date.txt
├── build_progress.pb
├── build.trace.gz
├── casecheck.txt
├── CaseCheck.txt
├── CleanSpec.mk
├── combined-aosp_x86_64.ninja
├── dumpvars-build.trace.1.gz
├── dumpvars-build.trace.2.gz
├── dumpvars-build.trace.3.gz
├── dumpvars-build.trace.4.gz
├── dumpvars-build.trace.gz
├── dumpvars-error.1.log
├── dumpvars-error.2.log
├── dumpvars-error.3.log
├── dumpvars-error.4.log
├── dumpvars-error.log
├── dumpvars-soong.1.log
├── dumpvars-soong.2.log
├── dumpvars-soong.3.log
├── dumpvars-soong.4.log
├── dumpvars-soong.log
├── dumpvars-soong_metrics
├── dumpvars-verbose.log.1.gz
├── dumpvars-verbose.log.2.gz
├── dumpvars-verbose.log.3.gz
├── dumpvars-verbose.log.4.gz
├── dumpvars-verbose.log.gz
├── empty
├── env-aosp_x86_64-cleanspec.sh
├── env-aosp_x86_64-package.sh
├── env-aosp_x86_64.sh
├── error.log
├── host
│   ├── common
│   │   └── obj
│   │       └── JAVA_LIBRARIES
│   │           ├── ahat_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── android.test.base-hostdex_intermediates
│   │           │   └── android.test.base-hostdex.meta_lic
│   │           ├── auto_common_intermediates
│   │           │   └── classes.jar
│   │           ├── auto_service_annotations_intermediates
│   │           │   └── classes.jar
│   │           ├── auto_value_plugin_intermediates
│   │           │   └── classes.jar
│   │           ├── boot_signer_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── BugReport_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── class2nonsdklist_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── d8_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── dialer-dagger2-compiler_intermediates
│   │           │   └── classes.jar
│   │           ├── dialer-dagger2_intermediates
│   │           │   └── classes.jar
│   │           ├── dialer-dagger2-producers_intermediates
│   │           │   └── classes.jar
│   │           ├── dialer-glide-annotation_intermediates
│   │           │   └── classes.jar
│   │           ├── dialer-glide-compiler_intermediates
│   │           │   └── classes.jar
│   │           ├── dialer-guava_intermediates
│   │           │   └── classes.jar
│   │           ├── dialer-javax-annotation-api_intermediates
│   │           │   └── classes.jar
│   │           ├── dialer-javax-inject_intermediates
│   │           │   └── classes.jar
│   │           ├── dialer-rootcomponentprocessor_intermediates
│   │           │   ├── anno
│   │           │   ├── classes
│   │           │   │   └── com
│   │           │   │       └── android
│   │           │   │           └── dialer
│   │           │   │               ├── inject
│   │           │   │               │   ├── DialerRootComponent.class
│   │           │   │               │   ├── DialerVariant.class
│   │           │   │               │   ├── HasRootComponent.class
│   │           │   │               │   ├── IncludeInDialerRoot.class
│   │           │   │               │   ├── InstallIn.class
│   │           │   │               │   └── RootComponentGeneratorMetadata.class
│   │           │   │               └── rootcomponentgenerator
│   │           │   │                   ├── ComponentGeneratingStep$1.class
│   │           │   │                   ├── ComponentGeneratingStep.class
│   │           │   │                   ├── MetadataGeneratingStep.class
│   │           │   │                   ├── RootComponentGeneratingStep$MetadataProcessor.class
│   │           │   │                   ├── RootComponentGeneratingStep.class
│   │           │   │                   ├── RootComponentProcessor.class
│   │           │   │                   └── RootComponentUtils.class
│   │           │   ├── classes-combined.jar
│   │           │   ├── classes-full-debug.jar
│   │           │   ├── classes.jar
│   │           │   ├── java-source-list
│   │           │   └── java-source-list.tmp
│   │           ├── error_prone_annotations_intermediates
│   │           │   └── classes.jar
│   │           ├── jarjar_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── javapoet-prebuilt-jar_intermediates
│   │           │   └── classes.jar
│   │           ├── jetifier_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── manifest-merger_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── metalava_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── r8-compat-proguard_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── sdkparcelables_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── signapk_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           ├── turbine_intermediates
│   │           │   ├── classes.jar
│   │           │   └── javalib.jar
│   │           └── xsdc_intermediates
│   │               ├── classes.jar
│   │               └── javalib.jar
│   └── linux-x86
│       ├── bin
│       │   ├── aapt2
│       │   ├── abidw
│       │   ├── abitidy
│       │   ├── adb
│       │   ├── ahat
│       │   ├── aidl
│       │   ├── aidl-cpp
│       │   ├── aidl_hash_gen
│       │   ├── androidmk
│       │   ├── apex_compression_tool
│       │   ├── apexer
│       │   ├── appcompat.sh
│       │   ├── aprotoc
│       │   ├── assemble_vintf
│       │   ├── atest-dev
│       │   ├── avbtool
│       │   ├── badblocks
│       │   ├── bcc
│       │   ├── bcc_strip_attr
│       │   ├── bindgen
│       │   ├── bit
│       │   ├── blk_alloc_to_base_fs
│       │   ├── boot_signer
│       │   ├── bpfix
│       │   ├── bpflatten
│       │   ├── bpfmt
│       │   ├── bpglob
│       │   ├── bpmodify
│       │   ├── brotli
│       │   ├── bsdiff
│       │   ├── bssl_inject_hash
│       │   ├── BugReport
│       │   ├── build_image
│       │   ├── build_license_metadata
│       │   ├── build_sepolicy
│       │   ├── check_boot_jars
│       │   ├── checkfc
│       │   ├── checkpolicy
│       │   ├── check_prop_prefix
│       │   ├── checkseapp
│       │   ├── checkvintf
│       │   ├── clang-tblgen
│       │   ├── class2nonsdklist
│       │   ├── combine_maps
│       │   ├── compliance_checkshare
│       │   ├── compliance_dumpgraph
│       │   ├── compliance_dumpresolutions
│       │   ├── compliance_listshare
│       │   ├── compliancenotice_bom
│       │   ├── compliancenotice_shippedlibs
│       │   ├── compliance_rtrace
│       │   ├── conv_apex_manifest
│       │   ├── conv_classpaths_proto
│       │   ├── conv_linker_config
│       │   ├── create_base_image
│       │   ├── cuj_tests
│       │   ├── d8
│       │   ├── deapexer
│       │   ├── debugfs_static
│       │   ├── defrag.f2fs -> fsck.f2fs
│       │   ├── dep_fixer
│       │   ├── depmod
│       │   ├── dex2oatd -> dex2oatd64
│       │   ├── dex2oatd64
│       │   ├── dexdiag
│       │   ├── dexdump
│       │   ├── dexlist
│       │   ├── dexpreopt_gen
│       │   ├── diff_target_files
│       │   ├── dump.erofs
│       │   ├── dump.f2fs -> fsck.f2fs
│       │   ├── e2fsck
│       │   ├── e2fsdroid
│       │   ├── extract_apks
│       │   ├── extract_jar_packages
│       │   ├── extract_linker
│       │   ├── fastboot
│       │   ├── fc_sort
│       │   ├── fec
│       │   ├── fec32
│       │   ├── fileslist
│       │   ├── finder
│       │   ├── flags_health_check
│       │   ├── fsck.erofs
│       │   ├── fsck.f2fs
│       │   ├── fuzzparser
│       │   ├── generate-corpus
│       │   ├── generate_gki_certificate
│       │   ├── generate_hiddenapi_lists
│       │   ├── generate-protos
│       │   ├── generate-types
│       │   ├── gen-kotlin-build-file.py
│       │   ├── gen_provenance_metadata
│       │   ├── go
│       │   │   ├── aidl-soong-rules
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── aidl.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── aidl.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── android-archive-zip
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── third_party
│       │   │   │   │               └── zip.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── third_party
│       │   │   │       │           └── zip.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── androidmk
│       │   │   │   └── obj
│       │   │   │       ├── androidmk.a
│       │   │   │       └── a.out
│       │   │   ├── androidmk-lib
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── androidmk
│       │   │   │   │               └── androidmk.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── androidmk
│       │   │   │       │           └── androidmk.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── androidmk-parser
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── androidmk
│       │   │   │   │               └── parser.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── androidmk
│       │   │   │       │           └── parser.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── arm_compute_library_nn_driver
│       │   │   │   └── pkg
│       │   │   │       └── arm_compute_library_nn_driver.a
│       │   │   ├── blueprint
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── blueprint.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── blueprint.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── blueprint-bootstrap
│       │   │   │   └── pkg
│       │   │   │       └── github.com
│       │   │   │           └── google
│       │   │   │               └── blueprint
│       │   │   │                   └── bootstrap.a
│       │   │   ├── blueprint-bootstrap-bpdoc
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── blueprint
│       │   │   │   │               └── bootstrap
│       │   │   │   │                   └── bpdoc.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── blueprint
│       │   │   │       │           └── bootstrap
│       │   │   │       │               └── bpdoc.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── blueprint-deptools
│       │   │   │   └── pkg
│       │   │   │       └── github.com
│       │   │   │           └── google
│       │   │   │               └── blueprint
│       │   │   │                   └── deptools.a
│       │   │   ├── blueprint-metrics
│       │   │   │   └── pkg
│       │   │   │       └── github.com
│       │   │   │           └── google
│       │   │   │               └── blueprint
│       │   │   │                   └── metrics.a
│       │   │   ├── blueprint-microfactory
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── blueprint
│       │   │   │   │               └── microfactory.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── blueprint
│       │   │   │       │           └── microfactory.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── blueprint-parser
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── blueprint
│       │   │   │   │               └── parser.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── blueprint
│       │   │   │       │           └── parser.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── blueprint-pathtools
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── blueprint
│       │   │   │   │               └── pathtools.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── blueprint
│       │   │   │       │           └── pathtools.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── blueprint-proptools
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── blueprint
│       │   │   │   │               └── proptools.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── blueprint
│       │   │   │       │           └── proptools.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── bpfix
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── bpfix.a
│       │   │   ├── bpfix-cmd
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── bpfix
│       │   │   │                   └── cmd_lib.a
│       │   │   ├── bpfix-lib
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── bpfix
│       │   │   │   │               └── bpfix.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── bpfix
│       │   │   │       │           └── bpfix.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── bpflatten
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── bpflatten.a
│       │   │   ├── bpfmt
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── bpfmt.a
│       │   │   ├── bpglob
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── bpglob.a
│       │   │   ├── bpmodify
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── bpmodify.a
│       │   │   ├── bssl_ar
│       │   │   │   ├── pkg
│       │   │   │   │   └── boringssl.googlesource.com
│       │   │   │   │       └── boringssl
│       │   │   │   │           └── util
│       │   │   │   │               └── ar.a
│       │   │   │   └── test
│       │   │   │       ├── boringssl.googlesource.com
│       │   │   │       │   └── boringssl
│       │   │   │       │       └── util
│       │   │   │       │           └── ar.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── bssl_fipscommon
│       │   │   │   └── pkg
│       │   │   │       └── boringssl.googlesource.com
│       │   │   │           └── boringssl
│       │   │   │               └── util
│       │   │   │                   └── fipstools
│       │   │   │                       └── fipscommon.a
│       │   │   ├── bssl_inject_hash
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── bssl_inject_hash.a
│       │   │   ├── build_license_metadata
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── build_license_metadata.a
│       │   │   ├── compliance_checkshare
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── compliance_checkshare.a
│       │   │   │   └── test
│       │   │   │       ├── compliance_checkshare.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── compliance_dumpgraph
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── compliance_dumpgraph.a
│       │   │   │   └── test
│       │   │   │       ├── compliance_dumpgraph.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── compliance_dumpresolutions
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── compliance_dumpresolutions.a
│       │   │   │   └── test
│       │   │   │       ├── compliance_dumpresolutions.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── compliance_listshare
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── compliance_listshare.a
│       │   │   │   └── test
│       │   │   │       ├── compliance_listshare.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── compliance-module
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── tools
│       │   │   │   │               └── compliance.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── tools
│       │   │   │       │           └── compliance.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── compliancenotice_bom
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── compliancenotice_bom.a
│       │   │   │   └── test
│       │   │   │       ├── compliancenotice_bom.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── compliancenotice_shippedlibs
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── compliancenotice_shippedlibs.a
│       │   │   │   └── test
│       │   │   │       ├── compliancenotice_shippedlibs.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── compliance_rtrace
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── compliance_rtrace.a
│       │   │   │   └── test
│       │   │   │       ├── compliance_rtrace.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── create_base_image
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── create_base_image.a
│       │   │   ├── cuj_tests
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── cuj_tests.a
│       │   │   ├── cuttlefish-soong-rules
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── cuttlefish.a
│       │   │   ├── dep_fixer
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── dep_fixer.a
│       │   │   ├── dexpreopt_gen
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── dexpreopt_gen.a
│       │   │   ├── diff_target_files
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── diff_target_files.a
│       │   │   │   └── test
│       │   │   │       ├── diff_target_files.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── extract_apks
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── extract_apks.a
│       │   │   │   └── test
│       │   │   │       ├── extract_apks.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── extract_jar_packages
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── extract_jar_packages.a
│       │   │   ├── extract_linker
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── extract_linker.a
│       │   │   │   └── test
│       │   │   │       ├── extract_linker.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── fileslist
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── fileslist.a
│       │   │   ├── finder
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── finder.a
│       │   │   ├── fuzzparser
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── fuzzparser.a
│       │   │   ├── generate-corpus
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── generate-corpus.a
│       │   │   ├── generate-protos
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── generate-protos.a
│       │   │   ├── generate-types
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── generate-types.a
│       │   │   ├── gki-soong-rules
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── gki.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── gki.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── go2bp
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── go2bp.a
│       │   │   ├── go-cmp
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── go-cmp
│       │   │   │   │               └── cmp.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── go-cmp
│       │   │   │       │           └── cmp.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── go-cmp-internal-diff
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── go-cmp
│       │   │   │   │               └── cmp
│       │   │   │   │                   └── internal
│       │   │   │   │                       └── diff.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── go-cmp
│       │   │   │       │           └── cmp
│       │   │   │       │               └── internal
│       │   │   │       │                   └── diff.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── go-cmp-internal-flags
│       │   │   │   └── pkg
│       │   │   │       └── github.com
│       │   │   │           └── google
│       │   │   │               └── go-cmp
│       │   │   │                   └── cmp
│       │   │   │                       └── internal
│       │   │   │                           └── flags.a
│       │   │   ├── go-cmp-internal-function
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── go-cmp
│       │   │   │   │               └── cmp
│       │   │   │   │                   └── internal
│       │   │   │   │                       └── function.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── go-cmp
│       │   │   │       │           └── cmp
│       │   │   │       │               └── internal
│       │   │   │       │                   └── function.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── go-cmp-internal-testprotos
│       │   │   │   └── pkg
│       │   │   │       └── github.com
│       │   │   │           └── google
│       │   │   │               └── go-cmp
│       │   │   │                   └── cmp
│       │   │   │                       └── internal
│       │   │   │                           └── testprotos.a
│       │   │   ├── go-cmp-internal-teststructs
│       │   │   │   └── pkg
│       │   │   │       └── github.com
│       │   │   │           └── google
│       │   │   │               └── go-cmp
│       │   │   │                   └── cmp
│       │   │   │                       └── internal
│       │   │   │                           └── teststructs.a
│       │   │   ├── go-cmp-internal-value
│       │   │   │   ├── pkg
│       │   │   │   │   └── github.com
│       │   │   │   │       └── google
│       │   │   │   │           └── go-cmp
│       │   │   │   │               └── cmp
│       │   │   │   │                   └── internal
│       │   │   │   │                       └── value.a
│       │   │   │   └── test
│       │   │   │       ├── github.com
│       │   │   │       │   └── google
│       │   │   │       │       └── go-cmp
│       │   │   │       │           └── cmp
│       │   │   │       │               └── internal
│       │   │   │       │                   └── value.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-android
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── android.a
│       │   │   ├── golang-protobuf-cmd-protoc-gen-go-internal_gengo
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── cmd
│       │   │   │                   └── protoc-gen-go
│       │   │   │                       └── internal_gengo.a
│       │   │   ├── golang-protobuf-compiler-protogen
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── compiler
│       │   │   │   │               └── protogen.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── compiler
│       │   │   │       │           └── protogen.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-encoding-protojson
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── encoding
│       │   │   │                   └── protojson.a
│       │   │   ├── golang-protobuf-encoding-prototext
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── encoding
│       │   │   │                   └── prototext.a
│       │   │   ├── golang-protobuf-encoding-protowire
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── encoding
│       │   │   │   │               └── protowire.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── encoding
│       │   │   │       │           └── protowire.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-internal-descfmt
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── internal
│       │   │   │   │               └── descfmt.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── internal
│       │   │   │       │           └── descfmt.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-internal-descopts
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── descopts.a
│       │   │   ├── golang-protobuf-internal-detrand
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── detrand.a
│       │   │   ├── golang-protobuf-internal-encoding-defval
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── encoding
│       │   │   │                       └── defval.a
│       │   │   ├── golang-protobuf-internal-encoding-json
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── encoding
│       │   │   │                       └── json.a
│       │   │   ├── golang-protobuf-internal-encoding-messageset
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── encoding
│       │   │   │                       └── messageset.a
│       │   │   ├── golang-protobuf-internal-encoding-tag
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── encoding
│       │   │   │                       └── tag.a
│       │   │   ├── golang-protobuf-internal-encoding-text
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── encoding
│       │   │   │                       └── text.a
│       │   │   ├── golang-protobuf-internal-errors
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── internal
│       │   │   │   │               └── errors.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── internal
│       │   │   │       │           └── errors.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-internal-filedesc
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── filedesc.a
│       │   │   ├── golang-protobuf-internal-filetype
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── filetype.a
│       │   │   ├── golang-protobuf-internal-flags
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── flags.a
│       │   │   ├── golang-protobuf-internal-genid
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── genid.a
│       │   │   ├── golang-protobuf-internal-impl
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── internal
│       │   │   │   │               └── impl.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── internal
│       │   │   │       │           └── impl.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-internal-order
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── internal
│       │   │   │   │               └── order.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── internal
│       │   │   │       │           └── order.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-internal-pragma
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── pragma.a
│       │   │   ├── golang-protobuf-internal-set
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── internal
│       │   │   │   │               └── set.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── internal
│       │   │   │       │           └── set.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-internal-strs
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── internal
│       │   │   │   │               └── strs.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── internal
│       │   │   │       │           └── strs.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-internal-testprotos-enums
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── testprotos
│       │   │   │                       └── enums.a
│       │   │   ├── golang-protobuf-internal-testprotos-fuzz
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── testprotos
│       │   │   │                       └── fuzz.a
│       │   │   ├── golang-protobuf-internal-testprotos-test
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── testprotos
│       │   │   │                       └── test.a
│       │   │   ├── golang-protobuf-internal-testprotos-test3
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── testprotos
│       │   │   │                       └── test3.a
│       │   │   ├── golang-protobuf-internal-version
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── internal
│       │   │   │                   └── version.a
│       │   │   ├── golang-protobuf-proto
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── proto.a
│       │   │   ├── golang-protobuf-reflect-protodesc
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── reflect
│       │   │   │   │               └── protodesc.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── reflect
│       │   │   │       │           └── protodesc.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-reflect-protoreflect
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── reflect
│       │   │   │   │               └── protoreflect.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── reflect
│       │   │   │       │           └── protoreflect.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-reflect-protoregistry
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── reflect
│       │   │   │                   └── protoregistry.a
│       │   │   ├── golang-protobuf-runtime-protoiface
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── runtime
│       │   │   │                   └── protoiface.a
│       │   │   ├── golang-protobuf-runtime-protoimpl
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── runtime
│       │   │   │                   └── protoimpl.a
│       │   │   ├── golang-protobuf-testing-protopack
│       │   │   │   ├── pkg
│       │   │   │   │   └── google.golang.org
│       │   │   │   │       └── protobuf
│       │   │   │   │           └── testing
│       │   │   │   │               └── protopack.a
│       │   │   │   └── test
│       │   │   │       ├── google.golang.org
│       │   │   │       │   └── protobuf
│       │   │   │       │       └── testing
│       │   │   │       │           └── protopack.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── golang-protobuf-types-descriptorpb
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── types
│       │   │   │                   └── descriptorpb.a
│       │   │   ├── golang-protobuf-types-pluginpb
│       │   │   │   └── pkg
│       │   │   │       └── google.golang.org
│       │   │   │           └── protobuf
│       │   │   │               └── types
│       │   │   │                   └── pluginpb.a
│       │   │   ├── go-starlark-internal-compile
│       │   │   │   └── pkg
│       │   │   │       └── go.starlark.net
│       │   │   │           └── internal
│       │   │   │               └── compile.a
│       │   │   ├── go-starlark-internal-spell
│       │   │   │   └── pkg
│       │   │   │       └── go.starlark.net
│       │   │   │           └── internal
│       │   │   │               └── spell.a
│       │   │   ├── go-starlark-resolve
│       │   │   │   └── pkg
│       │   │   │       └── go.starlark.net
│       │   │   │           └── resolve.a
│       │   │   ├── go-starlark-starlark
│       │   │   │   └── pkg
│       │   │   │       └── go.starlark.net
│       │   │   │           └── starlark.a
│       │   │   ├── go-starlark-starlarkstruct
│       │   │   │   └── pkg
│       │   │   │       └── go.starlark.net
│       │   │   │           └── starlarkstruct.a
│       │   │   ├── go-starlark-starlarktest
│       │   │   │   └── pkg
│       │   │   │       └── go.starlark.net
│       │   │   │           └── starlarktest.a
│       │   │   ├── go-starlark-syntax
│       │   │   │   └── pkg
│       │   │   │       └── go.starlark.net
│       │   │   │           └── syntax.a
│       │   │   ├── gotestmain
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── gotestmain.a
│       │   │   ├── gotestrunner
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── gotestrunner.a
│       │   │   ├── hidl-soong-rules
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── hidl.a
│       │   │   ├── host_bionic_verify
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── host_bionic_verify.a
│       │   │   │   └── test
│       │   │   │       ├── host_bionic_verify.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── htmlnotice
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── htmlnotice.a
│       │   │   │   └── test
│       │   │   │       ├── htmlnotice.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── kernel-config-soong-rules
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── kernel
│       │   │   │                   └── configs.a
│       │   │   ├── license_metadata_proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── compliance
│       │   │   │                   └── license_metadata_proto.a
│       │   │   ├── loadplugins
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── loadplugins.a
│       │   │   ├── merge_zips
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── merge_zips.a
│       │   │   │   └── test
│       │   │   │       ├── merge_zips.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── microfactory
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── microfactory.a
│       │   │   ├── mk2rbc
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── mk2rbc.a
│       │   │   ├── mk2rbc-lib
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── mk2rbc.a
│       │   │   ├── multiproduct_kati
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── multiproduct_kati.a
│       │   │   │   └── test
│       │   │   │       ├── multiproduct_kati.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── partner_androidmk
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── partner_androidmk.a
│       │   │   │   └── test
│       │   │   │       ├── partner_androidmk.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── partner_bpfix
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── partner_bpfix.a
│       │   │   ├── partner-bpfix-extensions
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── partner
│       │   │   │                   └── bpfix
│       │   │   │                       └── extensions.a
│       │   │   ├── path_interposer
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── path_interposer.a
│       │   │   │   └── test
│       │   │   │       ├── path_interposer.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── pbdump
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── pbdump.a
│       │   │   │   └── test
│       │   │   │       ├── pbdump.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── pom2bp
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── pom2bp.a
│       │   │   ├── pom2mk
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── pom2mk.a
│       │   │   ├── protoc-gen-go
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── protoc-gen-go.a
│       │   │   │   └── test
│       │   │   │       ├── protoc-gen-go.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── rbcrun
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── rbcrun.a
│       │   │   ├── rbcrun-module
│       │   │   │   ├── pkg
│       │   │   │   │   └── rbcrun.a
│       │   │   │   └── test
│       │   │   │       ├── rbcrun.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── run_with_timeout
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── run_with_timeout.a
│       │   │   │   └── test
│       │   │   │       ├── run_with_timeout.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── sbox
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── sbox.a
│       │   │   ├── sbox_proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── cmd
│       │   │   │                   └── sbox
│       │   │   │                       └── sbox_proto.a
│       │   │   ├── soong
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong.a
│       │   │   ├── soong-android
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── android.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── android.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-android-allowlists
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── android
│       │   │   │                   └── allowlists.a
│       │   │   ├── soong-android-sdk
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── android_sdk.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── android_sdk.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-android-soongconfig
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── android
│       │   │   │   │               └── soongconfig.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── android
│       │   │   │       │           └── soongconfig.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-apex
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── apex.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── apex.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-api
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── api.a
│       │   │   ├── soong-art
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── art.a
│       │   │   ├── soong-bazel
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── bazel.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── bazel.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-bloaty
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── bloaty.a
│       │   │   ├── soong-bp2build
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── bp2build.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── bp2build.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-bpf
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── bpf.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── bpf.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong_build
│       │   │   │   ├── gen
│       │   │   │   │   └── plugin.go
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── soong_build.a
│       │   │   ├── soong-ca-certificates
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── system
│       │   │   │                   └── ca-certificates.a
│       │   │   ├── soong-cc
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── cc.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── cc.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-cc-config
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── cc
│       │   │   │   │               └── config.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── cc
│       │   │   │       │           └── config.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-clang
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── external
│       │   │   │                   └── clang.a
│       │   │   ├── soong-clang-prebuilts
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── prebuilts
│       │   │   │                   └── clang
│       │   │   │                       └── host
│       │   │   │                           └── linux-x86
│       │   │   │                               └── clangprebuilts.a
│       │   │   ├── soong-cmd-extract_apks-proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── cmd
│       │   │   │                   └── extract_apks
│       │   │   │                       └── bundle_proto.a
│       │   │   ├── soong-cquery
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── bazel
│       │   │   │   │               └── cquery.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── bazel
│       │   │   │       │           └── cquery.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-csuite
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── csuite.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── csuite.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-dexpreopt
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── dexpreopt.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── dexpreopt.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-display_defaults
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── hardware
│       │   │   │                   └── qcom
│       │   │   │                       └── sm8150
│       │   │   │                           └── display.a
│       │   │   ├── soong-display_defaults_sm7250
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── hardware
│       │   │   │                   └── qcom
│       │   │   │                       └── sm7250
│       │   │   │                           └── display.a
│       │   │   ├── soong-etc
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── etc.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── etc.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-filesystem
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── filesystem.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── filesystem.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-finder
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── finder.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── finder.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-finder-fs
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── finder
│       │   │   │   │               └── fs.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── finder
│       │   │   │       │           └── fs.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-fluoride
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── fluoride.a
│       │   │   ├── soong-fs_config
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── fs_config.a
│       │   │   ├── soong-fuzz
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── fuzz.a
│       │   │   ├── soong-genrule
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── genrule.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── genrule.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-icu
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── icu.a
│       │   │   ├── soong-jar
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── jar.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── jar.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-java
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── java.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── java.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-java-config
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── java
│       │   │   │                   └── config.a
│       │   │   ├── soong-java-config-error_prone
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── java
│       │   │   │                   └── config
│       │   │   │                       └── error_prone.a
│       │   │   ├── soong_javac_wrapper
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── soong_javac_wrapper.a
│       │   │   │   └── test
│       │   │   │       ├── soong_javac_wrapper.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-kernel
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── kernel.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── kernel.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-libchrome
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── external
│       │   │   │                   └── libchrome.a
│       │   │   ├── soong-linkerconfig
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── linkerconfig.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── linkerconfig.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-llvm
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── external
│       │   │   │                   └── llvm.a
│       │   │   ├── soong-makedeps
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── makedeps.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── makedeps.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-phony
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── phony.a
│       │   │   ├── soong-provenance
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── provenance.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── provenance.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-python
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── python.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── python.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-remoteexec
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── remoteexec.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── remoteexec.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-response
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── response.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── response.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-robolectric
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── robolectric.a
│       │   │   ├── soong-rust
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── rust.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── rust.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-rust-config
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── rust
│       │   │   │                   └── config.a
│       │   │   ├── soong-rust-prebuilts
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── prebuilts
│       │   │   │                   └── rust
│       │   │   │                       └── rustprebuilts.a
│       │   │   ├── soong-sdk
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── sdk.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── sdk.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-selinux
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── selinux.a
│       │   │   ├── soong-sh
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── sh.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── sh.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-shared
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── shared.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── shared.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-snapshot
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── snapshot.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── snapshot.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-starlark-format
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── starlark_fmt.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── starlark_fmt.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-suite-harness
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── tradefed
│       │   │   │                   └── suite_harness.a
│       │   │   ├── soong-symbol_inject
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── symbol_inject.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── symbol_inject.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-sysprop
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── sysprop.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── sysprop.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-tradefed
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── tradefed.a
│       │   │   ├── soong_ui
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── soong_ui.a
│       │   │   ├── soong-ui-bp2build_metrics_proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── ui
│       │   │   │                   └── metrics
│       │   │   │                       └── bp2build_metrics_proto.a
│       │   │   ├── soong-ui-build
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── ui
│       │   │   │   │               └── build.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── ui
│       │   │   │       │           └── build.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-ui-build-paths
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── ui
│       │   │   │   │               └── build
│       │   │   │   │                   └── paths.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── ui
│       │   │   │       │           └── build
│       │   │   │       │               └── paths.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-ui-logger
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── ui
│       │   │   │   │               └── logger.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── ui
│       │   │   │       │           └── logger.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-ui-metrics
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── ui
│       │   │   │   │               └── metrics.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── ui
│       │   │   │       │           └── metrics.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-ui-metrics_proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── ui
│       │   │   │                   └── metrics
│       │   │   │                       └── metrics_proto.a
│       │   │   ├── soong-ui-metrics_upload_proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── ui
│       │   │   │                   └── metrics
│       │   │   │                       └── upload_proto.a
│       │   │   ├── soong-ui-mk_metrics_proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── ui
│       │   │   │                   └── metrics
│       │   │   │                       └── mk_metrics_proto.a
│       │   │   ├── soong-ui-signal
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── ui
│       │   │   │                   └── signal.a
│       │   │   ├── soong-ui-status
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── ui
│       │   │   │   │               └── status.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── ui
│       │   │   │       │           └── status.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-ui-status-build_error_proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── ui
│       │   │   │                   └── status
│       │   │   │                       └── build_error_proto.a
│       │   │   ├── soong-ui-status-build_progress_proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── ui
│       │   │   │                   └── status
│       │   │   │                       └── build_progress_proto.a
│       │   │   ├── soong-ui-status-ninja_frontend
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── ui
│       │   │   │                   └── status
│       │   │   │                       └── ninja_frontend.a
│       │   │   ├── soong-ui-terminal
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── ui
│       │   │   │   │               └── terminal.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── ui
│       │   │   │       │           └── terminal.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-ui-tracer
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── ui
│       │   │   │                   └── tracer.a
│       │   │   ├── soong-wayland-protocol-codegen
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── external
│       │   │   │                   └── wayland-protocol.a
│       │   │   ├── soong-xml
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── xml.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── xml.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong-zip
│       │   │   │   ├── pkg
│       │   │   │   │   └── android
│       │   │   │   │       └── soong
│       │   │   │   │           └── zip.a
│       │   │   │   └── test
│       │   │   │       ├── android
│       │   │   │       │   └── soong
│       │   │   │       │       └── zip.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── soong_zip
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── soong_zip.a
│       │   │   ├── symbol_inject
│       │   │   │   └── obj
│       │   │   │       ├── a.out
│       │   │   │       └── symbol_inject.a
│       │   │   ├── symbols_map
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── symbols_map.a
│       │   │   │   └── test
│       │   │   │       ├── symbols_map.a
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       └── test.passed
│       │   │   ├── symbols_map_proto
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── cmd
│       │   │   │                   └── symbols_map
│       │   │   │                       └── symbols_map_proto.a
│       │   │   ├── textnotice
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── textnotice.a
│       │   │   │   └── test
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       ├── test.passed
│       │   │   │       └── textnotice.a
│       │   │   ├── vintf-compatibility-matrix-soong-rules
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── vintf-compatibility-matrix.a
│       │   │   ├── xmlnotice
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── xmlnotice.a
│       │   │   │   └── test
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       ├── test.passed
│       │   │   │       └── xmlnotice.a
│       │   │   ├── xsdc-soong-rules
│       │   │   │   └── pkg
│       │   │   │       └── android
│       │   │   │           └── soong
│       │   │   │               └── xsdc.a
│       │   │   ├── zip2zip
│       │   │   │   ├── obj
│       │   │   │   │   ├── a.out
│       │   │   │   │   └── zip2zip.a
│       │   │   │   └── test
│       │   │   │       ├── test
│       │   │   │       ├── test.a
│       │   │   │       ├── test.go
│       │   │   │       ├── test.passed
│       │   │   │       └── zip2zip.a
│       │   │   └── zipsync
│       │   │       └── obj
│       │   │           ├── a.out
│       │   │           └── zipsync.a
│       │   ├── go2bp
│       │   ├── gotestmain
│       │   ├── gotestrunner
│       │   ├── grpc_rust_plugin
│       │   ├── hiddenapi
│       │   ├── hidl-gen
│       │   ├── host_bionic_verify
│       │   ├── host_init_verifier
│       │   ├── hprof-conv
│       │   ├── htmlnotice
│       │   ├── idmap2
│       │   ├── img2simg
│       │   ├── imgdiff
│       │   ├── incident_report
│       │   ├── insertkeys
│       │   ├── jsonmodify
│       │   ├── kconfig_xml_fixup
│       │   ├── ld.mc
│       │   ├── llvm-rs-cc
│       │   ├── llvm-tblgen
│       │   ├── loadplugins
│       │   ├── lpdump
│       │   ├── lz4
│       │   ├── make_erofs
│       │   ├── make_f2fs
│       │   ├── make_f2fs_casefold
│       │   ├── manifest_fixer
│       │   ├── manifest-merger
│       │   ├── merge_zips
│       │   ├── metalava
│       │   ├── microfactory
│       │   ├── minigzip
│       │   ├── mk2rbc
│       │   ├── mkbootfs
│       │   ├── mke2fs
│       │   ├── mke2fs.conf
│       │   ├── mkf2fsuserimg.sh
│       │   ├── mkfs.erofs
│       │   ├── mkuserimg_mke2fs
│       │   ├── multiproduct_kati
│       │   ├── ndkstubgen
│       │   ├── oatdump
│       │   ├── partner_androidmk
│       │   ├── partner_bpfix
│       │   ├── path_interposer
│       │   ├── pbdump
│       │   ├── pom2bp
│       │   ├── pom2mk
│       │   ├── post_process_props
│       │   ├── process-compat-config
│       │   ├── profman
│       │   ├── property_info_checker
│       │   ├── protoc-gen-go
│       │   ├── protoc-gen-javamicro
│       │   ├── protoc-gen-javanano
│       │   ├── protoc-gen-javastream
│       │   ├── protoc-gen-rust
│       │   ├── r8-compat-proguard
│       │   ├── rbcrun
│       │   ├── resize2fs
│       │   ├── resize.f2fs -> fsck.f2fs
│       │   ├── run_with_timeout
│       │   ├── sbox
│       │   ├── sdkparcelables
│       │   ├── secilc
│       │   ├── sefcontext_compile
│       │   ├── sepolicy-analyze
│       │   ├── sgdisk
│       │   ├── signapk
│       │   ├── signature_patterns
│       │   ├── simg2img
│       │   ├── sload_f2fs
│       │   ├── soong_build
│       │   ├── soong_javac_wrapper
│       │   ├── soong_ui
│       │   ├── soong_zip
│       │   ├── sqlite3
│       │   ├── sqlite3_bindgen_build
│       │   ├── symbol_inject
│       │   ├── symbols_map
│       │   ├── sysprop_api_checker
│       │   ├── sysprop_api_dump
│       │   ├── sysprop_cpp
│       │   ├── sysprop_java
│       │   ├── textnotice
│       │   ├── tinyplay
│       │   ├── toybox
│       │   ├── treble_sepolicy_tests
│       │   ├── tune2fs
│       │   ├── tzdatacheck
│       │   ├── unpack_bootimg
│       │   ├── unwind_info
│       │   ├── unwind_reg_info
│       │   ├── unwind_symbols
│       │   ├── update-vndk-list.sh
│       │   ├── validatekeymaps
│       │   ├── veridex
│       │   ├── verify_overlaps
│       │   ├── version_policy
│       │   ├── viewcompiler
│       │   ├── vintffm
│       │   ├── xmllint
│       │   ├── xmlnotice
│       │   ├── xsdc
│       │   ├── zip2zip
│       │   ├── zipalign
│       │   └── zipsync
│       ├── com.android.i18n
│       │   └── etc
│       │       └── icu
│       │           └── icudt70l.dat
│       ├── com.android.tzdata
│       │   └── etc
│       │       ├── icu
│       │       │   └── icu_tzdata.dat
│       │       └── tz
│       │           ├── tzdata
│       │           ├── tzlookup.xml
│       │           └── tz_version
│       ├── fake_packages
│       │   └── art-tools-timestamp
│       ├── framework
│       │   ├── ahat.jar
│       │   ├── boot_signer.jar
│       │   ├── BugReport.jar
│       │   ├── class2nonsdklist.jar
│       │   ├── d8.jar
│       │   ├── jarjar.jar
│       │   ├── jetifier.jar
│       │   ├── manifest-merger.jar
│       │   ├── metalava.jar
│       │   ├── r8-compat-proguard.jar
│       │   ├── sdkparcelables.jar
│       │   ├── signapk.jar
│       │   ├── turbine.jar
│       │   └── xsdc.jar
│       ├── lib
│       │   └── libc++.so
│       ├── lib64
│       │   ├── libandroidio.so
│       │   ├── libartbase.so
│       │   ├── libart-dexlayout.so
│       │   ├── libartpalette.so
│       │   ├── libart.so
│       │   ├── libbacktrace.so
│       │   ├── libbase.so
│       │   ├── libbcc.so
│       │   ├── libbcinfo.so
│       │   ├── libcgrouprc.so
│       │   ├── libclang_android.so
│       │   ├── libconscrypt_openjdk_jni.so
│       │   ├── libcrypto-host.so
│       │   ├── libcrypto_utils.so
│       │   ├── libc++.so
│       │   ├── libcutils.so
│       │   ├── libdexfile.so
│       │   ├── libexpat-host.so
│       │   ├── libext2_blkid-host.so
│       │   ├── libext2_com_err-host.so
│       │   ├── libext2_e2p-host.so
│       │   ├── libext2fs-host.so
│       │   ├── libext2_quota-host.so
│       │   ├── libext2_uuid-host.so
│       │   ├── libext4_utils.so
│       │   ├── libhidl-gen-utils.so
│       │   ├── libhidlmetadata.so
│       │   ├── libicui18n-host.so
│       │   ├── libicu.so
│       │   ├── libicuuc-host.so
│       │   ├── libjavacore.so
│       │   ├── libLLVM_android.so
│       │   ├── liblog.so
│       │   ├── liblpdump.so
│       │   ├── liblp.so
│       │   ├── liblz4.so
│       │   ├── liblzma.so
│       │   ├── libnativebridge.so
│       │   ├── libnativehelper.so
│       │   ├── libnativeloader.so
│       │   ├── libpcre2.so
│       │   ├── libplatformprotos.so
│       │   ├── libprocessgroup.so
│       │   ├── libprofile.so
│       │   ├── libprotobuf-cpp-full.so
│       │   ├── libprotobuf-cpp-lite.so
│       │   ├── libselinux.so
│       │   ├── libsigchain.so
│       │   ├── libsparse-host.so
│       │   ├── libsqlite.so
│       │   ├── libtinyalsa.so
│       │   ├── libtinyxml2.so
│       │   ├── libunwindstack.so
│       │   ├── libunwindstack_stdout_log.so
│       │   ├── libvintf.so
│       │   ├── libxml2.so
│       │   ├── libz-host.so
│       │   ├── libziparchive.so
│       │   ├── server_configurable_flags.so
│       │   └── slicer.so
│       ├── obj
│       │   ├── DYLIB_LIBRARIES
│       │   │   └── libstd_intermediates
│       │   │       └── libstd.meta_lic
│       │   ├── ETC
│       │   │   ├── icu-data_host_i18n_apex_intermediates
│       │   │   │   └── icu-data_host_i18n_apex
│       │   │   ├── icu_tzdata.dat_host_tzdata_apex_intermediates
│       │   │   │   └── icu_tzdata.dat
│       │   │   ├── tzdata_host_intermediates
│       │   │   │   └── tzdata_host
│       │   │   ├── tzdata_host_tzdata_apex_intermediates
│       │   │   │   └── tzdata
│       │   │   ├── tzlookup.xml_host_tzdata_apex_intermediates
│       │   │   │   └── tzlookup.xml
│       │   │   ├── tz_version_host_intermediates
│       │   │   │   └── tz_version_host
│       │   │   └── tz_version_host_tzdata_apex_intermediates
│       │   │       └── tz_version
│       │   ├── EXECUTABLES
│       │   │   ├── aapt2_intermediates
│       │   │   │   └── aapt2
│       │   │   ├── abidw_intermediates
│       │   │   │   └── abidw
│       │   │   ├── abitidy_intermediates
│       │   │   │   └── abitidy
│       │   │   ├── adb_intermediates
│       │   │   │   └── adb
│       │   │   ├── ahat_intermediates
│       │   │   │   └── ahat
│       │   │   ├── aidl-cpp_intermediates
│       │   │   │   └── aidl-cpp
│       │   │   ├── aidl_hash_gen_intermediates
│       │   │   │   └── aidl_hash_gen
│       │   │   ├── aidl_intermediates
│       │   │   │   └── aidl
│       │   │   ├── apex_compression_tool_intermediates
│       │   │   │   └── apex_compression_tool
│       │   │   ├── apexer_intermediates
│       │   │   │   └── apexer
│       │   │   ├── aprotoc_intermediates
│       │   │   │   └── aprotoc
│       │   │   ├── assemble_vintf_intermediates
│       │   │   │   └── assemble_vintf
│       │   │   ├── atest_intermediates
│       │   │   │   └── atest-dev
│       │   │   ├── avbtool_intermediates
│       │   │   │   └── avbtool
│       │   │   ├── badblocks_intermediates
│       │   │   │   └── badblocks
│       │   │   ├── bcc_intermediates
│       │   │   │   └── bcc
│       │   │   ├── bcc_strip_attr_intermediates
│       │   │   │   └── bcc_strip_attr
│       │   │   ├── bindgen_intermediates
│       │   │   │   └── bindgen
│       │   │   ├── bit_intermediates
│       │   │   │   └── bit
│       │   │   ├── blk_alloc_to_base_fs_intermediates
│       │   │   │   └── blk_alloc_to_base_fs
│       │   │   ├── boot_signer_intermediates
│       │   │   │   └── boot_signer
│       │   │   ├── brotli_intermediates
│       │   │   │   └── brotli
│       │   │   ├── bsdiff_intermediates
│       │   │   │   └── bsdiff
│       │   │   ├── BugReport_intermediates
│       │   │   │   └── BugReport
│       │   │   ├── build_image_intermediates
│       │   │   │   └── build_image
│       │   │   ├── build_sepolicy_intermediates
│       │   │   │   └── build_sepolicy
│       │   │   ├── check_boot_jars_intermediates
│       │   │   │   └── check_boot_jars
│       │   │   ├── checkfc_intermediates
│       │   │   │   └── checkfc
│       │   │   ├── checkpolicy_intermediates
│       │   │   │   └── checkpolicy
│       │   │   ├── check_prop_prefix_intermediates
│       │   │   │   └── check_prop_prefix
│       │   │   ├── checkseapp_intermediates
│       │   │   │   └── checkseapp
│       │   │   ├── checkvintf_intermediates
│       │   │   │   └── checkvintf
│       │   │   ├── clang-tblgen_intermediates
│       │   │   │   └── clang-tblgen
│       │   │   ├── class2nonsdklist_intermediates
│       │   │   │   └── class2nonsdklist
│       │   │   ├── combine_maps_intermediates
│       │   │   │   └── combine_maps
│       │   │   ├── conv_apex_manifest_intermediates
│       │   │   │   └── conv_apex_manifest
│       │   │   ├── conv_classpaths_proto_intermediates
│       │   │   │   └── conv_classpaths_proto
│       │   │   ├── conv_linker_config_intermediates
│       │   │   │   └── conv_linker_config
│       │   │   ├── d8_intermediates
│       │   │   │   └── d8
│       │   │   ├── deapexer_intermediates
│       │   │   │   └── deapexer
│       │   │   ├── debugfs_static_intermediates
│       │   │   │   └── debugfs_static
│       │   │   ├── depmod_intermediates
│       │   │   │   └── depmod
│       │   │   ├── dex2oatd_intermediates
│       │   │   │   └── dex2oatd64
│       │   │   ├── dexdiag_intermediates
│       │   │   │   └── dexdiag
│       │   │   ├── dexdump_intermediates
│       │   │   │   └── dexdump
│       │   │   ├── dexlist_intermediates
│       │   │   │   └── dexlist
│       │   │   ├── dump.erofs_intermediates
│       │   │   │   └── dump.erofs
│       │   │   ├── e2fsck_intermediates
│       │   │   │   └── e2fsck
│       │   │   ├── e2fsdroid_intermediates
│       │   │   │   └── e2fsdroid
│       │   │   ├── fastboot_intermediates
│       │   │   │   └── fastboot
│       │   │   ├── fc_sort_intermediates
│       │   │   │   └── fc_sort
│       │   │   ├── fec_intermediates
│       │   │   │   └── fec
│       │   │   ├── flags_health_check_intermediates
│       │   │   │   └── flags_health_check
│       │   │   ├── fsck.erofs_intermediates
│       │   │   │   └── fsck.erofs
│       │   │   ├── fsck.f2fs_intermediates
│       │   │   │   └── fsck.f2fs
│       │   │   ├── generate_gki_certificate_intermediates
│       │   │   │   └── generate_gki_certificate
│       │   │   ├── generate_hiddenapi_lists_intermediates
│       │   │   │   └── generate_hiddenapi_lists
│       │   │   ├── gen-kotlin-build-file.py_intermediates
│       │   │   │   └── gen-kotlin-build-file.py
│       │   │   ├── gen_provenance_metadata_intermediates
│       │   │   │   └── gen_provenance_metadata
│       │   │   ├── grpc_rust_plugin_intermediates
│       │   │   │   └── grpc_rust_plugin
│       │   │   ├── hiddenapi_intermediates
│       │   │   │   └── hiddenapi
│       │   │   ├── hidl-gen_intermediates
│       │   │   │   └── hidl-gen
│       │   │   ├── host_init_verifier_intermediates
│       │   │   │   └── host_init_verifier
│       │   │   ├── hprof-conv_intermediates
│       │   │   │   └── hprof-conv
│       │   │   ├── idmap2_intermediates
│       │   │   │   └── idmap2
│       │   │   ├── img2simg_intermediates
│       │   │   │   └── img2simg
│       │   │   ├── imgdiff_intermediates
│       │   │   │   └── imgdiff
│       │   │   ├── incident_report_intermediates
│       │   │   │   └── incident_report
│       │   │   ├── insertkeys_intermediates
│       │   │   │   └── insertkeys
│       │   │   ├── jsonmodify_intermediates
│       │   │   │   └── jsonmodify
│       │   │   ├── kconfig_xml_fixup_intermediates
│       │   │   │   └── kconfig_xml_fixup
│       │   │   ├── ld.mc_intermediates
│       │   │   │   └── ld.mc
│       │   │   ├── llvm-rs-cc_intermediates
│       │   │   │   └── llvm-rs-cc
│       │   │   ├── llvm-tblgen_intermediates
│       │   │   │   └── llvm-tblgen
│       │   │   ├── lpdump_intermediates
│       │   │   │   └── lpdump
│       │   │   ├── lz4_intermediates
│       │   │   │   └── lz4
│       │   │   ├── make_erofs_intermediates
│       │   │   │   └── make_erofs
│       │   │   ├── make_f2fs_casefold_intermediates
│       │   │   │   └── make_f2fs_casefold
│       │   │   ├── make_f2fs_intermediates
│       │   │   │   └── make_f2fs
│       │   │   ├── manifest_fixer_intermediates
│       │   │   │   └── manifest_fixer
│       │   │   ├── manifest-merger_intermediates
│       │   │   │   └── manifest-merger
│       │   │   ├── metalava_intermediates
│       │   │   │   └── metalava
│       │   │   ├── minigzip_intermediates
│       │   │   │   └── minigzip
│       │   │   ├── mkbootfs_intermediates
│       │   │   │   └── mkbootfs
│       │   │   ├── mke2fs.conf_intermediates
│       │   │   │   ├── mke2fs.conf
│       │   │   │   └── mke2fs.conf.meta_lic
│       │   │   ├── mke2fs_intermediates
│       │   │   │   └── mke2fs
│       │   │   ├── mkf2fsuserimg.sh_intermediates
│       │   │   │   └── mkf2fsuserimg.sh
│       │   │   ├── mkfs.erofs_intermediates
│       │   │   │   └── mkfs.erofs
│       │   │   ├── mkuserimg_mke2fs_intermediates
│       │   │   │   └── mkuserimg_mke2fs
│       │   │   ├── ndkstubgen_intermediates
│       │   │   │   └── ndkstubgen
│       │   │   ├── oatdump_intermediates
│       │   │   │   └── oatdump
│       │   │   ├── post_process_props_intermediates
│       │   │   │   └── post_process_props
│       │   │   ├── process-compat-config_intermediates
│       │   │   │   └── process-compat-config
│       │   │   ├── profman_intermediates
│       │   │   │   └── profman
│       │   │   ├── property_info_checker_intermediates
│       │   │   │   └── property_info_checker
│       │   │   ├── protoc-gen-javamicro_intermediates
│       │   │   │   └── protoc-gen-javamicro
│       │   │   ├── protoc-gen-javanano_intermediates
│       │   │   │   └── protoc-gen-javanano
│       │   │   ├── protoc-gen-javastream_intermediates
│       │   │   │   └── protoc-gen-javastream
│       │   │   ├── protoc-gen-rust_intermediates
│       │   │   │   └── protoc-gen-rust
│       │   │   ├── r8-compat-proguard_intermediates
│       │   │   │   └── r8-compat-proguard
│       │   │   ├── resize2fs_intermediates
│       │   │   │   └── resize2fs
│       │   │   ├── sdkparcelables_intermediates
│       │   │   │   └── sdkparcelables
│       │   │   ├── secilc_intermediates
│       │   │   │   └── secilc
│       │   │   ├── sefcontext_compile_intermediates
│       │   │   │   └── sefcontext_compile
│       │   │   ├── sepolicy-analyze_intermediates
│       │   │   │   └── sepolicy-analyze
│       │   │   ├── sgdisk_intermediates
│       │   │   │   └── sgdisk
│       │   │   ├── signapk_intermediates
│       │   │   │   └── signapk
│       │   │   ├── signature_patterns_intermediates
│       │   │   │   └── signature_patterns
│       │   │   ├── simg2img_intermediates
│       │   │   │   └── simg2img
│       │   │   ├── sload_f2fs_intermediates
│       │   │   │   └── sload_f2fs
│       │   │   ├── sqlite3_bindgen_build_intermediates
│       │   │   │   └── sqlite3_bindgen_build
│       │   │   ├── sqlite3_intermediates
│       │   │   │   └── sqlite3
│       │   │   ├── sysprop_api_checker_intermediates
│       │   │   │   └── sysprop_api_checker
│       │   │   ├── sysprop_api_dump_intermediates
│       │   │   │   └── sysprop_api_dump
│       │   │   ├── sysprop_cpp_intermediates
│       │   │   │   └── sysprop_cpp
│       │   │   ├── sysprop_java_intermediates
│       │   │   │   └── sysprop_java
│       │   │   ├── tinyplay_intermediates
│       │   │   │   └── tinyplay
│       │   │   ├── toybox_intermediates
│       │   │   │   └── toybox
│       │   │   ├── treble_sepolicy_tests_intermediates
│       │   │   │   └── treble_sepolicy_tests
│       │   │   ├── tune2fs_intermediates
│       │   │   │   └── tune2fs
│       │   │   ├── tzdatacheck_intermediates
│       │   │   │   └── tzdatacheck
│       │   │   ├── unpack_bootimg_intermediates
│       │   │   │   └── unpack_bootimg
│       │   │   ├── unwind_info_intermediates
│       │   │   │   └── unwind_info
│       │   │   ├── unwind_reg_info_intermediates
│       │   │   │   └── unwind_reg_info
│       │   │   ├── unwind_symbols_intermediates
│       │   │   │   └── unwind_symbols
│       │   │   ├── update-vndk-list.sh_intermediates
│       │   │   │   └── update-vndk-list.sh
│       │   │   ├── validatekeymaps_intermediates
│       │   │   │   └── validatekeymaps
│       │   │   ├── veridex-appcompat_intermediates
│       │   │   │   └── appcompat.sh
│       │   │   ├── veridex_intermediates
│       │   │   │   └── veridex
│       │   │   ├── verify_overlaps_intermediates
│       │   │   │   └── verify_overlaps
│       │   │   ├── version_policy_intermediates
│       │   │   │   └── version_policy
│       │   │   ├── viewcompiler_intermediates
│       │   │   │   └── viewcompiler
│       │   │   ├── vintffm_intermediates
│       │   │   │   └── vintffm
│       │   │   ├── xmllint_intermediates
│       │   │   │   └── xmllint
│       │   │   ├── xsdc_intermediates
│       │   │   │   └── xsdc
│       │   │   └── zipalign_intermediates
│       │   │       └── zipalign
│       │   ├── FAKE
│       │   │   └── art-tools_intermediates
│       │   │       └── art-tools-timestamp
│       │   └── SHARED_LIBRARIES
│       │       ├── libandroidio_intermediates
│       │       │   └── libandroidio.so
│       │       ├── libartbase_intermediates
│       │       │   └── libartbase.so
│       │       ├── libart-dexlayout_intermediates
│       │       │   └── libart-dexlayout.so
│       │       ├── libart_intermediates
│       │       │   └── libart.so
│       │       ├── libartpalette_intermediates
│       │       │   └── libartpalette.so
│       │       ├── libbacktrace_intermediates
│       │       │   └── libbacktrace.so
│       │       ├── libbase_intermediates
│       │       │   └── libbase.so
│       │       ├── libbcc_intermediates
│       │       │   └── libbcc.so
│       │       ├── libbcinfo_intermediates
│       │       │   └── libbcinfo.so
│       │       ├── libcgrouprc_intermediates
│       │       │   └── libcgrouprc.so
│       │       ├── libc++_intermediates
│       │       │   └── libc++.so
│       │       ├── libclang_android_intermediates
│       │       │   └── libclang_android.so
│       │       ├── libconscrypt_openjdk_jni_intermediates
│       │       │   └── libconscrypt_openjdk_jni.so
│       │       ├── libcrypto_intermediates
│       │       │   └── libcrypto.so
│       │       ├── libcrypto_utils_intermediates
│       │       │   └── libcrypto_utils.so
│       │       ├── libcutils_intermediates
│       │       │   └── libcutils.so
│       │       ├── libdexfile_intermediates
│       │       │   └── libdexfile.so
│       │       ├── libexpat_intermediates
│       │       │   └── libexpat.so
│       │       ├── libext2_blkid_intermediates
│       │       │   └── libext2_blkid.so
│       │       ├── libext2_com_err_intermediates
│       │       │   └── libext2_com_err.so
│       │       ├── libext2_e2p_intermediates
│       │       │   └── libext2_e2p.so
│       │       ├── libext2fs_intermediates
│       │       │   └── libext2fs.so
│       │       ├── libext2_quota_intermediates
│       │       │   └── libext2_quota.so
│       │       ├── libext2_uuid_intermediates
│       │       │   └── libext2_uuid.so
│       │       ├── libext4_utils_intermediates
│       │       │   └── libext4_utils.so
│       │       ├── libhidl-gen-utils_intermediates
│       │       │   └── libhidl-gen-utils.so
│       │       ├── libhidlmetadata_intermediates
│       │       │   └── libhidlmetadata.so
│       │       ├── libicui18n_intermediates
│       │       │   └── libicui18n.so
│       │       ├── libicu_intermediates
│       │       │   └── libicu.so
│       │       ├── libicuuc_intermediates
│       │       │   └── libicuuc.so
│       │       ├── libjavacore_intermediates
│       │       │   └── libjavacore.so
│       │       ├── libLLVM_android_intermediates
│       │       │   ├── libLLVM_android.meta_lic
│       │       │   └── libLLVM_android.so
│       │       ├── liblog_intermediates
│       │       │   └── liblog.so
│       │       ├── liblpdump_intermediates
│       │       │   └── liblpdump.so
│       │       ├── liblp_intermediates
│       │       │   └── liblp.so
│       │       ├── liblz4_intermediates
│       │       │   └── liblz4.so
│       │       ├── liblzma_intermediates
│       │       │   └── liblzma.so
│       │       ├── libnativebridge_intermediates
│       │       │   └── libnativebridge.so
│       │       ├── libnativehelper_intermediates
│       │       │   └── libnativehelper.so
│       │       ├── libnativeloader_intermediates
│       │       │   └── libnativeloader.so
│       │       ├── libpcre2_intermediates
│       │       │   └── libpcre2.so
│       │       ├── libplatformprotos_intermediates
│       │       │   └── libplatformprotos.so
│       │       ├── libprocessgroup_intermediates
│       │       │   └── libprocessgroup.so
│       │       ├── libprofile_intermediates
│       │       │   └── libprofile.so
│       │       ├── libprotobuf-cpp-full_intermediates
│       │       │   └── libprotobuf-cpp-full.so
│       │       ├── libprotobuf-cpp-lite_intermediates
│       │       │   └── libprotobuf-cpp-lite.so
│       │       ├── libselinux_intermediates
│       │       │   └── libselinux.so
│       │       ├── libsigchain_intermediates
│       │       │   └── libsigchain.so
│       │       ├── libsparse_intermediates
│       │       │   └── libsparse.so
│       │       ├── libsqlite_intermediates
│       │       │   └── libsqlite.so
│       │       ├── libtinyalsa_intermediates
│       │       │   └── libtinyalsa.so
│       │       ├── libtinyxml2_intermediates
│       │       │   └── libtinyxml2.so
│       │       ├── libunwindstack_intermediates
│       │       │   └── libunwindstack.so
│       │       ├── libunwindstack_stdout_log_intermediates
│       │       │   └── libunwindstack_stdout_log.so
│       │       ├── libvintf_intermediates
│       │       │   └── libvintf.so
│       │       ├── libxml2_intermediates
│       │       │   └── libxml2.so
│       │       ├── libz_intermediates
│       │       │   └── libz.so
│       │       ├── libziparchive_intermediates
│       │       │   └── libziparchive.so
│       │       ├── server_configurable_flags_intermediates
│       │       │   └── server_configurable_flags.so
│       │       └── slicer_intermediates
│       │           └── slicer.so
│       ├── obj32
│       │   ├── EXECUTABLES
│       │   │   └── fec_intermediates
│       │   │       └── fec32
│       │   └── SHARED_LIBRARIES
│       │       └── libc++_intermediates
│       │           └── libc++.so
│       └── usr
│           └── share
│               └── zoneinfo
│                   ├── tzdata
│                   └── tz_version
├── last_kati_suffix
├── microfactory_Linux
├── mk2rbc
├── ninja-aosp_x86_64-cleanspec.sh
├── ninja-aosp_x86_64-package.sh
├── ninja-aosp_x86_64.sh
├── ninja_build
├── rbcrun
├── soong
│   ├── abi-dumps
│   │   └── ndk
│   │       ├── 19
│   │       │   └── x86
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 20
│   │       │   └── x86
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 21
│   │       │   ├── x86
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 22
│   │       │   ├── x86
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 23
│   │       │   ├── x86
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 24
│   │       │   ├── x86
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 25
│   │       │   ├── x86
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 26
│   │       │   ├── x86
│   │       │   │   ├── libaaudio
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativewindow
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libsync
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libaaudio
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativewindow
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libsync
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 27
│   │       │   ├── x86
│   │       │   │   ├── libaaudio
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativewindow
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libneuralnetworks
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libsync
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libaaudio
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativewindow
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libneuralnetworks
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libsync
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 28
│   │       │   ├── x86
│   │       │   │   ├── libaaudio
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativewindow
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libneuralnetworks
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libsync
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libaaudio
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativewindow
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libneuralnetworks
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libsync
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 29
│   │       │   ├── x86
│   │       │   │   ├── libaaudio
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libamidi
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libbinder_ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativewindow
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libneuralnetworks
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libsync
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libaaudio
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libamidi
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libbinder_ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativewindow
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libneuralnetworks
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libsync
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 30
│   │       │   ├── x86
│   │       │   │   ├── libaaudio
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libamidi
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libbinder_ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativewindow
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libneuralnetworks
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libsync
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libaaudio
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libamidi
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libbinder_ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativewindow
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libneuralnetworks
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libsync
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 31
│   │       │   ├── x86
│   │       │   │   ├── libaaudio
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libamidi
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libbinder_ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libicu
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativehelper
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativewindow
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libneuralnetworks
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libsync
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libaaudio
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libamidi
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libbinder_ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libicu
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativehelper
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativewindow
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libneuralnetworks
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libsync
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 32
│   │       │   ├── x86
│   │       │   │   ├── libaaudio
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libamidi
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libbinder_ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libicu
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativehelper
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativewindow
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libneuralnetworks
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libsync
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libaaudio
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libamidi
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libbinder_ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libicu
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativehelper
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativewindow
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libneuralnetworks
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libsync
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── 33
│   │       │   ├── x86
│   │       │   │   ├── libaaudio
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libamidi
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libbinder_ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libicu
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativehelper
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativewindow
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libneuralnetworks
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libsync
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libaaudio
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libamidi
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libbinder_ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libicu
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativehelper
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativewindow
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libneuralnetworks
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libsync
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       ├── current
│   │       │   ├── x86
│   │       │   │   ├── libaaudio
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libamidi
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libandroid
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libbinder_ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libc
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libcamera2ndk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libdl
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libEGL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv1_CM
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv2
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libGLESv3
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libicu
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libjnigraphics
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── liblog
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libm
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libmediandk
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativehelper
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libnativewindow
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libneuralnetworks
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenMAXAL
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libOpenSLES
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libstdc++
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libsync
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   ├── libvulkan
│   │       │   │   │   ├── abi.raw.xml
│   │       │   │   │   └── abi.xml
│   │       │   │   └── libz
│   │       │   │       ├── abi.raw.xml
│   │       │   │       └── abi.xml
│   │       │   └── x86_64
│   │       │       ├── libaaudio
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libamidi
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libandroid
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libbinder_ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libc
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libcamera2ndk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libdl
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libEGL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv1_CM
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv2
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libGLESv3
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libicu
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libjnigraphics
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── liblog
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libm
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libmediandk
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativehelper
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libnativewindow
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libneuralnetworks
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenMAXAL
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libOpenSLES
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libstdc++
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libsync
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       ├── libvulkan
│   │       │       │   ├── abi.raw.xml
│   │       │       │   └── abi.xml
│   │       │       └── libz
│   │       │           ├── abi.raw.xml
│   │       │           └── abi.xml
│   │       └── REL
│   │           ├── x86
│   │           │   ├── libaaudio
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libamidi
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libandroid
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libbinder_ndk
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libc
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libcamera2ndk
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libdl
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libEGL
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libGLESv1_CM
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libGLESv2
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libGLESv3
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libicu
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libjnigraphics
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── liblog
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libm
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libmediandk
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libnativehelper
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libnativewindow
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libneuralnetworks
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libOpenMAXAL
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libOpenSLES
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libstdc++
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libsync
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   ├── libvulkan
│   │           │   │   ├── abi.raw.xml
│   │           │   │   └── abi.xml
│   │           │   └── libz
│   │           │       ├── abi.raw.xml
│   │           │       └── abi.xml
│   │           └── x86_64
│   │               ├── libaaudio
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libamidi
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libandroid
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libbinder_ndk
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libc
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libcamera2ndk
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libdl
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libEGL
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libGLESv1_CM
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libGLESv2
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libGLESv3
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libicu
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libjnigraphics
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── liblog
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libm
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libmediandk
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libnativehelper
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libnativewindow
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libneuralnetworks
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libOpenMAXAL
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libOpenSLES
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libstdc++
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libsync
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               ├── libvulkan
│   │               │   ├── abi.raw.xml
│   │               │   └── abi.xml
│   │               └── libz
│   │                   ├── abi.raw.xml
│   │                   └── abi.xml
│   ├── aidl
│   │   ├── android_module_lib_stubs_current.aidl
│   │   ├── android_stubs_current.aidl
│   │   ├── android_system_stubs_current.aidl
│   │   └── android_test_stubs_current.aidl
│   ├── Android-aosp_x86_64.mk
│   ├── apex
│   │   └── depsinfo
│   │       ├── new-allowed-deps.txt
│   │       ├── new-allowed-deps.txt.check
│   │       └── new-allowed-deps.txt.rsp
│   ├── api_fingerprint.txt
│   ├── api_levels.json
│   ├── boot-jars-package-check
│   │   └── stamp
│   ├── bootstrap.ninja
│   ├── bootstrap.ninja.d
│   ├── bpglob
│   ├── build.ninja
│   ├── build.ninja.d
│   ├── build_number.txt
│   ├── dexpreopt.config
│   ├── framework.aidl
│   ├── framework_non_updatable.aidl
│   ├── generic_x86_64
│   │   ├── apex_bootjars
│   │   │   ├── android.net.ipsec.ike.jar
│   │   │   ├── conscrypt.jar
│   │   │   ├── framework-adservices.jar
│   │   │   ├── framework-appsearch.jar
│   │   │   ├── framework-bluetooth.jar
│   │   │   ├── framework-connectivity.jar
│   │   │   ├── framework-connectivity-t.jar
│   │   │   ├── framework-mediaprovider.jar
│   │   │   ├── framework-ondevicepersonalization.jar
│   │   │   ├── framework-permission.jar
│   │   │   ├── framework-permission-s.jar
│   │   │   ├── framework-scheduling.jar
│   │   │   ├── framework-sdkextensions.jar
│   │   │   ├── framework-sdksandbox.jar
│   │   │   ├── framework-statsd.jar
│   │   │   ├── framework-tethering.jar
│   │   │   ├── framework-uwb.jar
│   │   │   ├── framework-wifi.jar
│   │   │   └── updatable-media.jar
│   │   ├── dex_artjars
│   │   │   ├── android
│   │   │   │   └── apex
│   │   │   │       └── art_boot_images
│   │   │   │           └── javalib
│   │   │   │               ├── x86
│   │   │   │               │   ├── boot-apache-xml.art
│   │   │   │               │   ├── boot-apache-xml.oat
│   │   │   │               │   ├── boot-apache-xml.vdex
│   │   │   │               │   ├── boot.art
│   │   │   │               │   ├── boot-bouncycastle.art
│   │   │   │               │   ├── boot-bouncycastle.oat
│   │   │   │               │   ├── boot-bouncycastle.vdex
│   │   │   │               │   ├── boot-core-libart.art
│   │   │   │               │   ├── boot-core-libart.oat
│   │   │   │               │   ├── boot-core-libart.vdex
│   │   │   │               │   ├── boot.invocation
│   │   │   │               │   ├── boot.oat
│   │   │   │               │   ├── boot-okhttp.art
│   │   │   │               │   ├── boot-okhttp.oat
│   │   │   │               │   ├── boot-okhttp.vdex
│   │   │   │               │   └── boot.vdex
│   │   │   │               └── x86_64
│   │   │   │                   ├── boot-apache-xml.art
│   │   │   │                   ├── boot-apache-xml.oat
│   │   │   │                   ├── boot-apache-xml.vdex
│   │   │   │                   ├── boot.art
│   │   │   │                   ├── boot-bouncycastle.art
│   │   │   │                   ├── boot-bouncycastle.oat
│   │   │   │                   ├── boot-bouncycastle.vdex
│   │   │   │                   ├── boot-core-libart.art
│   │   │   │                   ├── boot-core-libart.oat
│   │   │   │                   ├── boot-core-libart.vdex
│   │   │   │                   ├── boot.invocation
│   │   │   │                   ├── boot.oat
│   │   │   │                   ├── boot-okhttp.art
│   │   │   │                   ├── boot-okhttp.oat
│   │   │   │                   ├── boot-okhttp.vdex
│   │   │   │                   └── boot.vdex
│   │   │   ├── boot-image-profile.txt
│   │   │   └── boot.prof
│   │   ├── dex_artjars_input
│   │   │   ├── apache-xml.jar
│   │   │   ├── bouncycastle.jar
│   │   │   ├── core-libart.jar
│   │   │   ├── core-oj.jar
│   │   │   └── okhttp.jar
│   │   ├── dex_artjars_unstripped
│   │   │   └── android
│   │   │       └── apex
│   │   │           └── art_boot_images
│   │   │               └── javalib
│   │   │                   ├── x86
│   │   │                   │   ├── boot-apache-xml.oat
│   │   │                   │   ├── boot-bouncycastle.oat
│   │   │                   │   ├── boot-core-libart.oat
│   │   │                   │   ├── boot.oat
│   │   │                   │   └── boot-okhttp.oat
│   │   │                   └── x86_64
│   │   │                       ├── boot-apache-xml.oat
│   │   │                       ├── boot-bouncycastle.oat
│   │   │                       ├── boot-core-libart.oat
│   │   │                       ├── boot.oat
│   │   │                       └── boot-okhttp.oat
│   │   ├── dex_bootjars
│   │   │   ├── android
│   │   │   │   └── system
│   │   │   │       └── framework
│   │   │   │           ├── x86
│   │   │   │           │   ├── boot-core-icu4j.art
│   │   │   │           │   ├── boot-core-icu4j.oat
│   │   │   │           │   ├── boot-core-icu4j.vdex
│   │   │   │           │   ├── boot-ext.art
│   │   │   │           │   ├── boot-ext.oat
│   │   │   │           │   ├── boot-ext.vdex
│   │   │   │           │   ├── boot-framework.art
│   │   │   │           │   ├── boot-framework-graphics.art
│   │   │   │           │   ├── boot-framework-graphics.oat
│   │   │   │           │   ├── boot-framework-graphics.vdex
│   │   │   │           │   ├── boot-framework.oat
│   │   │   │           │   ├── boot-framework.vdex
│   │   │   │           │   ├── boot-ims-common.art
│   │   │   │           │   ├── boot-ims-common.oat
│   │   │   │           │   ├── boot-ims-common.vdex
│   │   │   │           │   ├── boot.invocation
│   │   │   │           │   ├── boot-telephony-common.art
│   │   │   │           │   ├── boot-telephony-common.oat
│   │   │   │           │   ├── boot-telephony-common.vdex
│   │   │   │           │   ├── boot-voip-common.art
│   │   │   │           │   ├── boot-voip-common.oat
│   │   │   │           │   └── boot-voip-common.vdex
│   │   │   │           └── x86_64
│   │   │   │               ├── boot-core-icu4j.art
│   │   │   │               ├── boot-core-icu4j.oat
│   │   │   │               ├── boot-core-icu4j.vdex
│   │   │   │               ├── boot-ext.art
│   │   │   │               ├── boot-ext.oat
│   │   │   │               ├── boot-ext.vdex
│   │   │   │               ├── boot-framework.art
│   │   │   │               ├── boot-framework-graphics.art
│   │   │   │               ├── boot-framework-graphics.oat
│   │   │   │               ├── boot-framework-graphics.vdex
│   │   │   │               ├── boot-framework.oat
│   │   │   │               ├── boot-framework.vdex
│   │   │   │               ├── boot-ims-common.art
│   │   │   │               ├── boot-ims-common.oat
│   │   │   │               ├── boot-ims-common.vdex
│   │   │   │               ├── boot.invocation
│   │   │   │               ├── boot-telephony-common.art
│   │   │   │               ├── boot-telephony-common.oat
│   │   │   │               ├── boot-telephony-common.vdex
│   │   │   │               ├── boot-voip-common.art
│   │   │   │               ├── boot-voip-common.oat
│   │   │   │               └── boot-voip-common.vdex
│   │   │   ├── boot.bprof
│   │   │   ├── boot-image-profile.txt
│   │   │   └── boot.prof
│   │   ├── dex_bootjars_input
│   │   │   ├── core-icu4j.jar
│   │   │   ├── ext.jar
│   │   │   ├── framework-graphics.jar
│   │   │   ├── framework.jar
│   │   │   ├── ims-common.jar
│   │   │   ├── telephony-common.jar
│   │   │   └── voip-common.jar
│   │   └── dex_bootjars_unstripped
│   │       └── android
│   │           └── system
│   │               └── framework
│   │                   ├── x86
│   │                   │   ├── boot-core-icu4j.oat
│   │                   │   ├── boot-ext.oat
│   │                   │   ├── boot-framework-graphics.oat
│   │                   │   ├── boot-framework.oat
│   │                   │   ├── boot-ims-common.oat
│   │                   │   ├── boot-telephony-common.oat
│   │                   │   └── boot-voip-common.oat
│   │                   └── x86_64
│   │                       ├── boot-core-icu4j.oat
│   │                       ├── boot-ext.oat
│   │                       ├── boot-framework-graphics.oat
│   │                       ├── boot-framework.oat
│   │                       ├── boot-ims-common.oat
│   │                       ├── boot-telephony-common.oat
│   │                       └── boot-voip-common.oat
│   ├── globs
│   │   └── build
│   │       ├── 0
│   │       ├── 1
│   │       ├── 10
│   │       ├── 100
│   │       ├── 1000
│   │       ├── 1001
│   │       ├── 1002
│   │       ├── 1003
│   │       ├── 1004
│   │       ├── 1005
│   │       ├── 1006
│   │       ├── 1007
│   │       ├── 1008
│   │       ├── 1009
│   │       ├── 101
│   │       ├── 1010
│   │       ├── 1011
│   │       ├── 1012
│   │       ├── 1013
│   │       ├── 1014
│   │       ├── 1015
│   │       ├── 1016
│   │       ├── 1017
│   │       ├── 1018
│   │       ├── 1019
│   │       ├── 102
│   │       ├── 1020
│   │       ├── 1021
│   │       ├── 1022
│   │       ├── 1023
│   │       ├── 103
│   │       ├── 104
│   │       ├── 105
│   │       ├── 106
│   │       ├── 107
│   │       ├── 108
│   │       ├── 109
│   │       ├── 11
│   │       ├── 110
│   │       ├── 111
│   │       ├── 112
│   │       ├── 113
│   │       ├── 114
│   │       ├── 115
│   │       ├── 116
│   │       ├── 117
│   │       ├── 118
│   │       ├── 119
│   │       ├── 12
│   │       ├── 120
│   │       ├── 121
│   │       ├── 122
│   │       ├── 123
│   │       ├── 124
│   │       ├── 125
│   │       ├── 126
│   │       ├── 127
│   │       ├── 128
│   │       ├── 129
│   │       ├── 13
│   │       ├── 130
│   │       ├── 131
│   │       ├── 132
│   │       ├── 133
│   │       ├── 134
│   │       ├── 135
│   │       ├── 136
│   │       ├── 137
│   │       ├── 138
│   │       ├── 139
│   │       ├── 14
│   │       ├── 140
│   │       ├── 141
│   │       ├── 142
│   │       ├── 143
│   │       ├── 144
│   │       ├── 145
│   │       ├── 146
│   │       ├── 147
│   │       ├── 148
│   │       ├── 149
│   │       ├── 15
│   │       ├── 150
│   │       ├── 151
│   │       ├── 152
│   │       ├── 153
│   │       ├── 154
│   │       ├── 155
│   │       ├── 156
│   │       ├── 157
│   │       ├── 158
│   │       ├── 159
│   │       ├── 16
│   │       ├── 160
│   │       ├── 161
│   │       ├── 162
│   │       ├── 163
│   │       ├── 164
│   │       ├── 165
│   │       ├── 166
│   │       ├── 167
│   │       ├── 168
│   │       ├── 169
│   │       ├── 17
│   │       ├── 170
│   │       ├── 171
│   │       ├── 172
│   │       ├── 173
│   │       ├── 174
│   │       ├── 175
│   │       ├── 176
│   │       ├── 177
│   │       ├── 178
│   │       ├── 179
│   │       ├── 18
│   │       ├── 180
│   │       ├── 181
│   │       ├── 182
│   │       ├── 183
│   │       ├── 184
│   │       ├── 185
│   │       ├── 186
│   │       ├── 187
│   │       ├── 188
│   │       ├── 189
│   │       ├── 19
│   │       ├── 190
│   │       ├── 191
│   │       ├── 192
│   │       ├── 193
│   │       ├── 194
│   │       ├── 195
│   │       ├── 196
│   │       ├── 197
│   │       ├── 198
│   │       ├── 199
│   │       ├── 2
│   │       ├── 20
│   │       ├── 200
│   │       ├── 201
│   │       ├── 202
│   │       ├── 203
│   │       ├── 204
│   │       ├── 205
│   │       ├── 206
│   │       ├── 207
│   │       ├── 208
│   │       ├── 209
│   │       ├── 21
│   │       ├── 210
│   │       ├── 211
│   │       ├── 212
│   │       ├── 213
│   │       ├── 214
│   │       ├── 215
│   │       ├── 216
│   │       ├── 217
│   │       ├── 218
│   │       ├── 219
│   │       ├── 22
│   │       ├── 220
│   │       ├── 221
│   │       ├── 222
│   │       ├── 223
│   │       ├── 224
│   │       ├── 225
│   │       ├── 226
│   │       ├── 227
│   │       ├── 228
│   │       ├── 229
│   │       ├── 23
│   │       ├── 230
│   │       ├── 231
│   │       ├── 232
│   │       ├── 233
│   │       ├── 234
│   │       ├── 235
│   │       ├── 236
│   │       ├── 237
│   │       ├── 238
│   │       ├── 239
│   │       ├── 24
│   │       ├── 240
│   │       ├── 241
│   │       ├── 242
│   │       ├── 243
│   │       ├── 244
│   │       ├── 245
│   │       ├── 246
│   │       ├── 247
│   │       ├── 248
│   │       ├── 249
│   │       ├── 25
│   │       ├── 250
│   │       ├── 251
│   │       ├── 252
│   │       ├── 253
│   │       ├── 254
│   │       ├── 255
│   │       ├── 256
│   │       ├── 257
│   │       ├── 258
│   │       ├── 259
│   │       ├── 26
│   │       ├── 260
│   │       ├── 261
│   │       ├── 262
│   │       ├── 263
│   │       ├── 264
│   │       ├── 265
│   │       ├── 266
│   │       ├── 267
│   │       ├── 268
│   │       ├── 269
│   │       ├── 27
│   │       ├── 270
│   │       ├── 271
│   │       ├── 272
│   │       ├── 273
│   │       ├── 274
│   │       ├── 275
│   │       ├── 276
│   │       ├── 277
│   │       ├── 278
│   │       ├── 279
│   │       ├── 28
│   │       ├── 280
│   │       ├── 281
│   │       ├── 282
│   │       ├── 283
│   │       ├── 284
│   │       ├── 285
│   │       ├── 286
│   │       ├── 287
│   │       ├── 288
│   │       ├── 289
│   │       ├── 29
│   │       ├── 290
│   │       ├── 291
│   │       ├── 292
│   │       ├── 293
│   │       ├── 294
│   │       ├── 295
│   │       ├── 296
│   │       ├── 297
│   │       ├── 298
│   │       ├── 299
│   │       ├── 3
│   │       ├── 30
│   │       ├── 300
│   │       ├── 301
│   │       ├── 302
│   │       ├── 303
│   │       ├── 304
│   │       ├── 305
│   │       ├── 306
│   │       ├── 307
│   │       ├── 308
│   │       ├── 309
│   │       ├── 31
│   │       ├── 310
│   │       ├── 311
│   │       ├── 312
│   │       ├── 313
│   │       ├── 314
│   │       ├── 315
│   │       ├── 316
│   │       ├── 317
│   │       ├── 318
│   │       ├── 319
│   │       ├── 32
│   │       ├── 320
│   │       ├── 321
│   │       ├── 322
│   │       ├── 323
│   │       ├── 324
│   │       ├── 325
│   │       ├── 326
│   │       ├── 327
│   │       ├── 328
│   │       ├── 329
│   │       ├── 33
│   │       ├── 330
│   │       ├── 331
│   │       ├── 332
│   │       ├── 333
│   │       ├── 334
│   │       ├── 335
│   │       ├── 336
│   │       ├── 337
│   │       ├── 338
│   │       ├── 339
│   │       ├── 34
│   │       ├── 340
│   │       ├── 341
│   │       ├── 342
│   │       ├── 343
│   │       ├── 344
│   │       ├── 345
│   │       ├── 346
│   │       ├── 347
│   │       ├── 348
│   │       ├── 349
│   │       ├── 35
│   │       ├── 350
│   │       ├── 351
│   │       ├── 352
│   │       ├── 353
│   │       ├── 354
│   │       ├── 355
│   │       ├── 356
│   │       ├── 357
│   │       ├── 358
│   │       ├── 359
│   │       ├── 36
│   │       ├── 360
│   │       ├── 361
│   │       ├── 362
│   │       ├── 363
│   │       ├── 364
│   │       ├── 365
│   │       ├── 366
│   │       ├── 367
│   │       ├── 368
│   │       ├── 369
│   │       ├── 37
│   │       ├── 370
│   │       ├── 371
│   │       ├── 372
│   │       ├── 373
│   │       ├── 374
│   │       ├── 375
│   │       ├── 376
│   │       ├── 377
│   │       ├── 378
│   │       ├── 379
│   │       ├── 38
│   │       ├── 380
│   │       ├── 381
│   │       ├── 382
│   │       ├── 383
│   │       ├── 384
│   │       ├── 385
│   │       ├── 386
│   │       ├── 387
│   │       ├── 388
│   │       ├── 389
│   │       ├── 39
│   │       ├── 390
│   │       ├── 391
│   │       ├── 392
│   │       ├── 393
│   │       ├── 394
│   │       ├── 395
│   │       ├── 396
│   │       ├── 397
│   │       ├── 398
│   │       ├── 399
│   │       ├── 4
│   │       ├── 40
│   │       ├── 400
│   │       ├── 401
│   │       ├── 402
│   │       ├── 403
│   │       ├── 404
│   │       ├── 405
│   │       ├── 406
│   │       ├── 407
│   │       ├── 408
│   │       ├── 409
│   │       ├── 41
│   │       ├── 410
│   │       ├── 411
│   │       ├── 412
│   │       ├── 413
│   │       ├── 414
│   │       ├── 415
│   │       ├── 416
│   │       ├── 417
│   │       ├── 418
│   │       ├── 419
│   │       ├── 42
│   │       ├── 420
│   │       ├── 421
│   │       ├── 422
│   │       ├── 423
│   │       ├── 424
│   │       ├── 425
│   │       ├── 426
│   │       ├── 427
│   │       ├── 428
│   │       ├── 429
│   │       ├── 43
│   │       ├── 430
│   │       ├── 431
│   │       ├── 432
│   │       ├── 433
│   │       ├── 434
│   │       ├── 435
│   │       ├── 436
│   │       ├── 437
│   │       ├── 438
│   │       ├── 439
│   │       ├── 44
│   │       ├── 440
│   │       ├── 441
│   │       ├── 442
│   │       ├── 443
│   │       ├── 444
│   │       ├── 445
│   │       ├── 446
│   │       ├── 447
│   │       ├── 448
│   │       ├── 449
│   │       ├── 45
│   │       ├── 450
│   │       ├── 451
│   │       ├── 452
│   │       ├── 453
│   │       ├── 454
│   │       ├── 455
│   │       ├── 456
│   │       ├── 457
│   │       ├── 458
│   │       ├── 459
│   │       ├── 46
│   │       ├── 460
│   │       ├── 461
│   │       ├── 462
│   │       ├── 463
│   │       ├── 464
│   │       ├── 465
│   │       ├── 466
│   │       ├── 467
│   │       ├── 468
│   │       ├── 469
│   │       ├── 47
│   │       ├── 470
│   │       ├── 471
│   │       ├── 472
│   │       ├── 473
│   │       ├── 474
│   │       ├── 475
│   │       ├── 476
│   │       ├── 477
│   │       ├── 478
│   │       ├── 479
│   │       ├── 48
│   │       ├── 480
│   │       ├── 481
│   │       ├── 482
│   │       ├── 483
│   │       ├── 484
│   │       ├── 485
│   │       ├── 486
│   │       ├── 487
│   │       ├── 488
│   │       ├── 489
│   │       ├── 49
│   │       ├── 490
│   │       ├── 491
│   │       ├── 492
│   │       ├── 493
│   │       ├── 494
│   │       ├── 495
│   │       ├── 496
│   │       ├── 497
│   │       ├── 498
│   │       ├── 499
│   │       ├── 5
│   │       ├── 50
│   │       ├── 500
│   │       ├── 501
│   │       ├── 502
│   │       ├── 503
│   │       ├── 504
│   │       ├── 505
│   │       ├── 506
│   │       ├── 507
│   │       ├── 508
│   │       ├── 509
│   │       ├── 51
│   │       ├── 510
│   │       ├── 511
│   │       ├── 512
│   │       ├── 513
│   │       ├── 514
│   │       ├── 515
│   │       ├── 516
│   │       ├── 517
│   │       ├── 518
│   │       ├── 519
│   │       ├── 52
│   │       ├── 520
│   │       ├── 521
│   │       ├── 522
│   │       ├── 523
│   │       ├── 524
│   │       ├── 525
│   │       ├── 526
│   │       ├── 527
│   │       ├── 528
│   │       ├── 529
│   │       ├── 53
│   │       ├── 530
│   │       ├── 531
│   │       ├── 532
│   │       ├── 533
│   │       ├── 534
│   │       ├── 535
│   │       ├── 536
│   │       ├── 537
│   │       ├── 538
│   │       ├── 539
│   │       ├── 54
│   │       ├── 540
│   │       ├── 541
│   │       ├── 542
│   │       ├── 543
│   │       ├── 544
│   │       ├── 545
│   │       ├── 546
│   │       ├── 547
│   │       ├── 548
│   │       ├── 549
│   │       ├── 55
│   │       ├── 550
│   │       ├── 551
│   │       ├── 552
│   │       ├── 553
│   │       ├── 554
│   │       ├── 555
│   │       ├── 556
│   │       ├── 557
│   │       ├── 558
│   │       ├── 559
│   │       ├── 56
│   │       ├── 560
│   │       ├── 561
│   │       ├── 562
│   │       ├── 563
│   │       ├── 564
│   │       ├── 565
│   │       ├── 566
│   │       ├── 567
│   │       ├── 568
│   │       ├── 569
│   │       ├── 57
│   │       ├── 570
│   │       ├── 571
│   │       ├── 572
│   │       ├── 573
│   │       ├── 574
│   │       ├── 575
│   │       ├── 576
│   │       ├── 577
│   │       ├── 578
│   │       ├── 579
│   │       ├── 58
│   │       ├── 580
│   │       ├── 581
│   │       ├── 582
│   │       ├── 583
│   │       ├── 584
│   │       ├── 585
│   │       ├── 586
│   │       ├── 587
│   │       ├── 588
│   │       ├── 589
│   │       ├── 59
│   │       ├── 590
│   │       ├── 591
│   │       ├── 592
│   │       ├── 593
│   │       ├── 594
│   │       ├── 595
│   │       ├── 596
│   │       ├── 597
│   │       ├── 598
│   │       ├── 599
│   │       ├── 6
│   │       ├── 60
│   │       ├── 600
│   │       ├── 601
│   │       ├── 602
│   │       ├── 603
│   │       ├── 604
│   │       ├── 605
│   │       ├── 606
│   │       ├── 607
│   │       ├── 608
│   │       ├── 609
│   │       ├── 61
│   │       ├── 610
│   │       ├── 611
│   │       ├── 612
│   │       ├── 613
│   │       ├── 614
│   │       ├── 615
│   │       ├── 616
│   │       ├── 617
│   │       ├── 618
│   │       ├── 619
│   │       ├── 62
│   │       ├── 620
│   │       ├── 621
│   │       ├── 622
│   │       ├── 623
│   │       ├── 624
│   │       ├── 625
│   │       ├── 626
│   │       ├── 627
│   │       ├── 628
│   │       ├── 629
│   │       ├── 63
│   │       ├── 630
│   │       ├── 631
│   │       ├── 632
│   │       ├── 633
│   │       ├── 634
│   │       ├── 635
│   │       ├── 636
│   │       ├── 637
│   │       ├── 638
│   │       ├── 639
│   │       ├── 64
│   │       ├── 640
│   │       ├── 641
│   │       ├── 642
│   │       ├── 643
│   │       ├── 644
│   │       ├── 645
│   │       ├── 646
│   │       ├── 647
│   │       ├── 648
│   │       ├── 649
│   │       ├── 65
│   │       ├── 650
│   │       ├── 651
│   │       ├── 652
│   │       ├── 653
│   │       ├── 654
│   │       ├── 655
│   │       ├── 656
│   │       ├── 657
│   │       ├── 658
│   │       ├── 659
│   │       ├── 66
│   │       ├── 660
│   │       ├── 661
│   │       ├── 662
│   │       ├── 663
│   │       ├── 664
│   │       ├── 665
│   │       ├── 666
│   │       ├── 667
│   │       ├── 668
│   │       ├── 669
│   │       ├── 67
│   │       ├── 670
│   │       ├── 671
│   │       ├── 672
│   │       ├── 673
│   │       ├── 674
│   │       ├── 675
│   │       ├── 676
│   │       ├── 677
│   │       ├── 678
│   │       ├── 679
│   │       ├── 68
│   │       ├── 680
│   │       ├── 681
│   │       ├── 682
│   │       ├── 683
│   │       ├── 684
│   │       ├── 685
│   │       ├── 686
│   │       ├── 687
│   │       ├── 688
│   │       ├── 689
│   │       ├── 69
│   │       ├── 690
│   │       ├── 691
│   │       ├── 692
│   │       ├── 693
│   │       ├── 694
│   │       ├── 695
│   │       ├── 696
│   │       ├── 697
│   │       ├── 698
│   │       ├── 699
│   │       ├── 7
│   │       ├── 70
│   │       ├── 700
│   │       ├── 701
│   │       ├── 702
│   │       ├── 703
│   │       ├── 704
│   │       ├── 705
│   │       ├── 706
│   │       ├── 707
│   │       ├── 708
│   │       ├── 709
│   │       ├── 71
│   │       ├── 710
│   │       ├── 711
│   │       ├── 712
│   │       ├── 713
│   │       ├── 714
│   │       ├── 715
│   │       ├── 716
│   │       ├── 717
│   │       ├── 718
│   │       ├── 719
│   │       ├── 72
│   │       ├── 720
│   │       ├── 721
│   │       ├── 722
│   │       ├── 723
│   │       ├── 724
│   │       ├── 725
│   │       ├── 726
│   │       ├── 727
│   │       ├── 728
│   │       ├── 729
│   │       ├── 73
│   │       ├── 730
│   │       ├── 731
│   │       ├── 732
│   │       ├── 733
│   │       ├── 734
│   │       ├── 735
│   │       ├── 736
│   │       ├── 737
│   │       ├── 738
│   │       ├── 739
│   │       ├── 74
│   │       ├── 740
│   │       ├── 741
│   │       ├── 742
│   │       ├── 743
│   │       ├── 744
│   │       ├── 745
│   │       ├── 746
│   │       ├── 747
│   │       ├── 748
│   │       ├── 749
│   │       ├── 75
│   │       ├── 750
│   │       ├── 751
│   │       ├── 752
│   │       ├── 753
│   │       ├── 754
│   │       ├── 755
│   │       ├── 756
│   │       ├── 757
│   │       ├── 758
│   │       ├── 759
│   │       ├── 76
│   │       ├── 760
│   │       ├── 761
│   │       ├── 762
│   │       ├── 763
│   │       ├── 764
│   │       ├── 765
│   │       ├── 766
│   │       ├── 767
│   │       ├── 768
│   │       ├── 769
│   │       ├── 77
│   │       ├── 770
│   │       ├── 771
│   │       ├── 772
│   │       ├── 773
│   │       ├── 774
│   │       ├── 775
│   │       ├── 776
│   │       ├── 777
│   │       ├── 778
│   │       ├── 779
│   │       ├── 78
│   │       ├── 780
│   │       ├── 781
│   │       ├── 782
│   │       ├── 783
│   │       ├── 784
│   │       ├── 785
│   │       ├── 786
│   │       ├── 787
│   │       ├── 788
│   │       ├── 789
│   │       ├── 79
│   │       ├── 790
│   │       ├── 791
│   │       ├── 792
│   │       ├── 793
│   │       ├── 794
│   │       ├── 795
│   │       ├── 796
│   │       ├── 797
│   │       ├── 798
│   │       ├── 799
│   │       ├── 8
│   │       ├── 80
│   │       ├── 800
│   │       ├── 801
│   │       ├── 802
│   │       ├── 803
│   │       ├── 804
│   │       ├── 805
│   │       ├── 806
│   │       ├── 807
│   │       ├── 808
│   │       ├── 809
│   │       ├── 81
│   │       ├── 810
│   │       ├── 811
│   │       ├── 812
│   │       ├── 813
│   │       ├── 814
│   │       ├── 815
│   │       ├── 816
│   │       ├── 817
│   │       ├── 818
│   │       ├── 819
│   │       ├── 82
│   │       ├── 820
│   │       ├── 821
│   │       ├── 822
│   │       ├── 823
│   │       ├── 824
│   │       ├── 825
│   │       ├── 826
│   │       ├── 827
│   │       ├── 828
│   │       ├── 829
│   │       ├── 83
│   │       ├── 830
│   │       ├── 831
│   │       ├── 832
│   │       ├── 833
│   │       ├── 834
│   │       ├── 835
│   │       ├── 836
│   │       ├── 837
│   │       ├── 838
│   │       ├── 839
│   │       ├── 84
│   │       ├── 840
│   │       ├── 841
│   │       ├── 842
│   │       ├── 843
│   │       ├── 844
│   │       ├── 845
│   │       ├── 846
│   │       ├── 847
│   │       ├── 848
│   │       ├── 849
│   │       ├── 85
│   │       ├── 850
│   │       ├── 851
│   │       ├── 852
│   │       ├── 853
│   │       ├── 854
│   │       ├── 855
│   │       ├── 856
│   │       ├── 857
│   │       ├── 858
│   │       ├── 859
│   │       ├── 86
│   │       ├── 860
│   │       ├── 861
│   │       ├── 862
│   │       ├── 863
│   │       ├── 864
│   │       ├── 865
│   │       ├── 866
│   │       ├── 867
│   │       ├── 868
│   │       ├── 869
│   │       ├── 87
│   │       ├── 870
│   │       ├── 871
│   │       ├── 872
│   │       ├── 873
│   │       ├── 874
│   │       ├── 875
│   │       ├── 876
│   │       ├── 877
│   │       ├── 878
│   │       ├── 879
│   │       ├── 88
│   │       ├── 880
│   │       ├── 881
│   │       ├── 882
│   │       ├── 883
│   │       ├── 884
│   │       ├── 885
│   │       ├── 886
│   │       ├── 887
│   │       ├── 888
│   │       ├── 889
│   │       ├── 89
│   │       ├── 890
│   │       ├── 891
│   │       ├── 892
│   │       ├── 893
│   │       ├── 894
│   │       ├── 895
│   │       ├── 896
│   │       ├── 897
│   │       ├── 898
│   │       ├── 899
│   │       ├── 9
│   │       ├── 90
│   │       ├── 900
│   │       ├── 901
│   │       ├── 902
│   │       ├── 903
│   │       ├── 904
│   │       ├── 905
│   │       ├── 906
│   │       ├── 907
│   │       ├── 908
│   │       ├── 909
│   │       ├── 91
│   │       ├── 910
│   │       ├── 911
│   │       ├── 912
│   │       ├── 913
│   │       ├── 914
│   │       ├── 915
│   │       ├── 916
│   │       ├── 917
│   │       ├── 918
│   │       ├── 919
│   │       ├── 92
│   │       ├── 920
│   │       ├── 921
│   │       ├── 922
│   │       ├── 923
│   │       ├── 924
│   │       ├── 925
│   │       ├── 926
│   │       ├── 927
│   │       ├── 928
│   │       ├── 929
│   │       ├── 93
│   │       ├── 930
│   │       ├── 931
│   │       ├── 932
│   │       ├── 933
│   │       ├── 934
│   │       ├── 935
│   │       ├── 936
│   │       ├── 937
│   │       ├── 938
│   │       ├── 939
│   │       ├── 94
│   │       ├── 940
│   │       ├── 941
│   │       ├── 942
│   │       ├── 943
│   │       ├── 944
│   │       ├── 945
│   │       ├── 946
│   │       ├── 947
│   │       ├── 948
│   │       ├── 949
│   │       ├── 95
│   │       ├── 950
│   │       ├── 951
│   │       ├── 952
│   │       ├── 953
│   │       ├── 954
│   │       ├── 955
│   │       ├── 956
│   │       ├── 957
│   │       ├── 958
│   │       ├── 959
│   │       ├── 96
│   │       ├── 960
│   │       ├── 961
│   │       ├── 962
│   │       ├── 963
│   │       ├── 964
│   │       ├── 965
│   │       ├── 966
│   │       ├── 967
│   │       ├── 968
│   │       ├── 969
│   │       ├── 97
│   │       ├── 970
│   │       ├── 971
│   │       ├── 972
│   │       ├── 973
│   │       ├── 974
│   │       ├── 975
│   │       ├── 976
│   │       ├── 977
│   │       ├── 978
│   │       ├── 979
│   │       ├── 98
│   │       ├── 980
│   │       ├── 981
│   │       ├── 982
│   │       ├── 983
│   │       ├── 984
│   │       ├── 985
│   │       ├── 986
│   │       ├── 987
│   │       ├── 988
│   │       ├── 989
│   │       ├── 99
│   │       ├── 990
│   │       ├── 991
│   │       ├── 992
│   │       ├── 993
│   │       ├── 994
│   │       ├── 995
│   │       ├── 996
│   │       ├── 997
│   │       ├── 998
│   │       └── 999
│   ├── globs-bp2build.ninja
│   ├── globs-build.ninja
│   ├── globs-modulegraph.ninja
│   ├── globs-queryview.ninja
│   ├── globs-soong_docs.ninja
│   ├── hiddenapi
│   │   ├── hiddenapi-flags.csv
│   │   ├── hiddenapi-flags.csv.valid
│   │   ├── hiddenapi-stub-flags.txt
│   │   └── hiddenapi-stub-flags.txt.valid
│   ├── installs-aosp_x86_64.mk
│   ├── late-aosp_x86_64.mk
│   ├── make_vars-aosp_x86_64.mk
│   ├── module_bp_cc_deps.json
│   ├── module_bp_java_deps.json
│   ├── ndk
│   │   ├── NOTICE
│   │   ├── platforms
│   │   │   ├── android-19
│   │   │   │   └── arch-x86
│   │   │   │       └── usr
│   │   │   │           └── lib
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               └── libz.so
│   │   │   ├── android-20
│   │   │   │   └── arch-x86
│   │   │   │       └── usr
│   │   │   │           └── lib
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               └── libz.so
│   │   │   ├── android-21
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               └── libz.so
│   │   │   ├── android-22
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               └── libz.so
│   │   │   ├── android-23
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               └── libz.so
│   │   │   ├── android-24
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-25
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-26
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libaaudio.so
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libnativewindow.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libsync.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libaaudio.so
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libnativewindow.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libsync.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-27
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libaaudio.so
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libnativewindow.so
│   │   │   │   │           ├── libneuralnetworks.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libsync.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libaaudio.so
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libnativewindow.so
│   │   │   │               ├── libneuralnetworks.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libsync.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-28
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libaaudio.so
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libnativewindow.so
│   │   │   │   │           ├── libneuralnetworks.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libsync.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libaaudio.so
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libnativewindow.so
│   │   │   │               ├── libneuralnetworks.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libsync.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-29
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libaaudio.so
│   │   │   │   │           ├── libamidi.so
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libbinder_ndk.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libnativewindow.so
│   │   │   │   │           ├── libneuralnetworks.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libsync.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libaaudio.so
│   │   │   │               ├── libamidi.so
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libbinder_ndk.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libnativewindow.so
│   │   │   │               ├── libneuralnetworks.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libsync.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-30
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libaaudio.so
│   │   │   │   │           ├── libamidi.so
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libbinder_ndk.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libnativewindow.so
│   │   │   │   │           ├── libneuralnetworks.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libsync.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libaaudio.so
│   │   │   │               ├── libamidi.so
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libbinder_ndk.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libnativewindow.so
│   │   │   │               ├── libneuralnetworks.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libsync.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-31
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libaaudio.so
│   │   │   │   │           ├── libamidi.so
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libbinder_ndk.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libicu.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libnativehelper.so
│   │   │   │   │           ├── libnativewindow.so
│   │   │   │   │           ├── libneuralnetworks.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libsync.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libaaudio.so
│   │   │   │               ├── libamidi.so
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libbinder_ndk.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libicu.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libnativehelper.so
│   │   │   │               ├── libnativewindow.so
│   │   │   │               ├── libneuralnetworks.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libsync.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-32
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libaaudio.so
│   │   │   │   │           ├── libamidi.so
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libbinder_ndk.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libicu.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libnativehelper.so
│   │   │   │   │           ├── libnativewindow.so
│   │   │   │   │           ├── libneuralnetworks.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libsync.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libaaudio.so
│   │   │   │               ├── libamidi.so
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libbinder_ndk.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libicu.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libnativehelper.so
│   │   │   │               ├── libnativewindow.so
│   │   │   │               ├── libneuralnetworks.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libsync.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-33
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libaaudio.so
│   │   │   │   │           ├── libamidi.so
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libbinder_ndk.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libicu.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libnativehelper.so
│   │   │   │   │           ├── libnativewindow.so
│   │   │   │   │           ├── libneuralnetworks.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libsync.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libaaudio.so
│   │   │   │               ├── libamidi.so
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libbinder_ndk.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libicu.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libnativehelper.so
│   │   │   │               ├── libnativewindow.so
│   │   │   │               ├── libneuralnetworks.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libsync.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   ├── android-current
│   │   │   │   ├── arch-x86
│   │   │   │   │   └── usr
│   │   │   │   │       └── lib
│   │   │   │   │           ├── libaaudio.so
│   │   │   │   │           ├── libamidi.so
│   │   │   │   │           ├── libandroid.so
│   │   │   │   │           ├── libbinder_ndk.so
│   │   │   │   │           ├── libcamera2ndk.so
│   │   │   │   │           ├── libc.so
│   │   │   │   │           ├── libdl.so
│   │   │   │   │           ├── libEGL.so
│   │   │   │   │           ├── libGLESv1_CM.so
│   │   │   │   │           ├── libGLESv2.so
│   │   │   │   │           ├── libGLESv3.so
│   │   │   │   │           ├── libicu.so
│   │   │   │   │           ├── libjnigraphics.so
│   │   │   │   │           ├── liblog.so
│   │   │   │   │           ├── libmediandk.so
│   │   │   │   │           ├── libm.so
│   │   │   │   │           ├── libnativehelper.so
│   │   │   │   │           ├── libnativewindow.so
│   │   │   │   │           ├── libneuralnetworks.so
│   │   │   │   │           ├── libOpenMAXAL.so
│   │   │   │   │           ├── libOpenSLES.so
│   │   │   │   │           ├── libstdc++.so
│   │   │   │   │           ├── libsync.so
│   │   │   │   │           ├── libvulkan.so
│   │   │   │   │           └── libz.so
│   │   │   │   └── arch-x86_64
│   │   │   │       └── usr
│   │   │   │           └── lib64
│   │   │   │               ├── libaaudio.so
│   │   │   │               ├── libamidi.so
│   │   │   │               ├── libandroid.so
│   │   │   │               ├── libbinder_ndk.so
│   │   │   │               ├── libcamera2ndk.so
│   │   │   │               ├── libc.so
│   │   │   │               ├── libdl.so
│   │   │   │               ├── libEGL.so
│   │   │   │               ├── libGLESv1_CM.so
│   │   │   │               ├── libGLESv2.so
│   │   │   │               ├── libGLESv3.so
│   │   │   │               ├── libicu.so
│   │   │   │               ├── libjnigraphics.so
│   │   │   │               ├── liblog.so
│   │   │   │               ├── libmediandk.so
│   │   │   │               ├── libm.so
│   │   │   │               ├── libnativehelper.so
│   │   │   │               ├── libnativewindow.so
│   │   │   │               ├── libneuralnetworks.so
│   │   │   │               ├── libOpenMAXAL.so
│   │   │   │               ├── libOpenSLES.so
│   │   │   │               ├── libstdc++.so
│   │   │   │               ├── libsync.so
│   │   │   │               ├── libvulkan.so
│   │   │   │               └── libz.so
│   │   │   └── android-REL
│   │   │       ├── arch-x86
│   │   │       │   └── usr
│   │   │       │       └── lib
│   │   │       │           ├── libaaudio.so
│   │   │       │           ├── libamidi.so
│   │   │       │           ├── libandroid.so
│   │   │       │           ├── libbinder_ndk.so
│   │   │       │           ├── libcamera2ndk.so
│   │   │       │           ├── libc.so
│   │   │       │           ├── libdl.so
│   │   │       │           ├── libEGL.so
│   │   │       │           ├── libGLESv1_CM.so
│   │   │       │           ├── libGLESv2.so
│   │   │       │           ├── libGLESv3.so
│   │   │       │           ├── libicu.so
│   │   │       │           ├── libjnigraphics.so
│   │   │       │           ├── liblog.so
│   │   │       │           ├── libmediandk.so
│   │   │       │           ├── libm.so
│   │   │       │           ├── libnativehelper.so
│   │   │       │           ├── libnativewindow.so
│   │   │       │           ├── libneuralnetworks.so
│   │   │       │           ├── libOpenMAXAL.so
│   │   │       │           ├── libOpenSLES.so
│   │   │       │           ├── libstdc++.so
│   │   │       │           ├── libsync.so
│   │   │       │           ├── libvulkan.so
│   │   │       │           └── libz.so
│   │   │       └── arch-x86_64
│   │   │           └── usr
│   │   │               └── lib64
│   │   │                   ├── libaaudio.so
│   │   │                   ├── libamidi.so
│   │   │                   ├── libandroid.so
│   │   │                   ├── libbinder_ndk.so
│   │   │                   ├── libcamera2ndk.so
│   │   │                   ├── libc.so
│   │   │                   ├── libdl.so
│   │   │                   ├── libEGL.so
│   │   │                   ├── libGLESv1_CM.so
│   │   │                   ├── libGLESv2.so
│   │   │                   ├── libGLESv3.so
│   │   │                   ├── libicu.so
│   │   │                   ├── libjnigraphics.so
│   │   │                   ├── liblog.so
│   │   │                   ├── libmediandk.so
│   │   │                   ├── libm.so
│   │   │                   ├── libnativehelper.so
│   │   │                   ├── libnativewindow.so
│   │   │                   ├── libneuralnetworks.so
│   │   │                   ├── libOpenMAXAL.so
│   │   │                   ├── libOpenSLES.so
│   │   │                   ├── libstdc++.so
│   │   │                   ├── libsync.so
│   │   │                   ├── libvulkan.so
│   │   │                   └── libz.so
│   │   └── sysroot
│   │       └── usr
│   │           └── include
│   │               ├── aarch64-linux-android
│   │               │   └── asm
│   │               │       ├── auxvec.h
│   │               │       ├── bitsperlong.h
│   │               │       ├── bpf_perf_event.h
│   │               │       ├── byteorder.h
│   │               │       ├── errno.h
│   │               │       ├── fcntl.h
│   │               │       ├── hwcap.h
│   │               │       ├── ioctl.h
│   │               │       ├── ioctls.h
│   │               │       ├── ipcbuf.h
│   │               │       ├── kvm.h
│   │               │       ├── kvm_para.h
│   │               │       ├── mman.h
│   │               │       ├── msgbuf.h
│   │               │       ├── param.h
│   │               │       ├── perf_regs.h
│   │               │       ├── poll.h
│   │               │       ├── posix_types.h
│   │               │       ├── ptrace.h
│   │               │       ├── resource.h
│   │               │       ├── sembuf.h
│   │               │       ├── setup.h
│   │               │       ├── shmbuf.h
│   │               │       ├── sigcontext.h
│   │               │       ├── siginfo.h
│   │               │       ├── signal.h
│   │               │       ├── socket.h
│   │               │       ├── sockios.h
│   │               │       ├── statfs.h
│   │               │       ├── stat.h
│   │               │       ├── sve_context.h
│   │               │       ├── swab.h
│   │               │       ├── termbits.h
│   │               │       ├── termios.h
│   │               │       ├── types.h
│   │               │       ├── ucontext.h
│   │               │       └── unistd.h
│   │               ├── aaudio
│   │               │   └── AAudio.h
│   │               ├── alloca.h
│   │               ├── amidi
│   │               │   └── AMidi.h
│   │               ├── android
│   │               │   ├── api-level.h
│   │               │   ├── asset_manager.h
│   │               │   ├── asset_manager_jni.h
│   │               │   ├── binder_auto_utils.h
│   │               │   ├── binder_enums.h
│   │               │   ├── binder_ibinder.h
│   │               │   ├── binder_ibinder_jni.h
│   │               │   ├── binder_interface_utils.h
│   │               │   ├── binder_internal_logging.h
│   │               │   ├── binder_parcelable_utils.h
│   │               │   ├── binder_parcel.h
│   │               │   ├── binder_parcel_jni.h
│   │               │   ├── binder_parcel_utils.h
│   │               │   ├── binder_status.h
│   │               │   ├── binder_to_string.h
│   │               │   ├── bitmap.h
│   │               │   ├── choreographer.h
│   │               │   ├── configuration.h
│   │               │   ├── data_space.h
│   │               │   ├── dlext.h
│   │               │   ├── fdsan.h
│   │               │   ├── file_descriptor_jni.h
│   │               │   ├── font.h
│   │               │   ├── font_matcher.h
│   │               │   ├── hardware_buffer.h
│   │               │   ├── hardware_buffer_jni.h
│   │               │   ├── hdr_metadata.h
│   │               │   ├── imagedecoder.h
│   │               │   ├── input.h
│   │               │   ├── keycodes.h
│   │               │   ├── legacy_errno_inlines.h
│   │               │   ├── legacy_fenv_inlines_arm.h
│   │               │   ├── legacy_signal_inlines.h
│   │               │   ├── legacy_stdlib_inlines.h
│   │               │   ├── legacy_sys_mman_inlines.h
│   │               │   ├── legacy_sys_stat_inlines.h
│   │               │   ├── legacy_sys_statvfs_inlines.h
│   │               │   ├── legacy_sys_wait_inlines.h
│   │               │   ├── legacy_termios_inlines.h
│   │               │   ├── legacy_threads_inlines.h
│   │               │   ├── legacy_unistd_inlines.h
│   │               │   ├── log.h
│   │               │   ├── looper.h
│   │               │   ├── multinetwork.h
│   │               │   ├── native_activity.h
│   │               │   ├── native_window.h
│   │               │   ├── native_window_jni.h
│   │               │   ├── NeuralNetworks.h
│   │               │   ├── NeuralNetworksTypes.h
│   │               │   ├── obb.h
│   │               │   ├── performance_hint.h
│   │               │   ├── permission_manager.h
│   │               │   ├── rect.h
│   │               │   ├── sensor.h
│   │               │   ├── set_abort_message.h
│   │               │   ├── sharedmem.h
│   │               │   ├── sharedmem_jni.h
│   │               │   ├── storage_manager.h
│   │               │   ├── surface_control.h
│   │               │   ├── surface_texture.h
│   │               │   ├── surface_texture_jni.h
│   │               │   ├── sync.h
│   │               │   ├── system_fonts.h
│   │               │   ├── thermal.h
│   │               │   ├── trace.h
│   │               │   ├── versioning.h
│   │               │   └── window.h
│   │               ├── ar.h
│   │               ├── arm-linux-androideabi
│   │               │   └── asm
│   │               │       ├── auxvec.h
│   │               │       ├── bitsperlong.h
│   │               │       ├── bpf_perf_event.h
│   │               │       ├── byteorder.h
│   │               │       ├── errno.h
│   │               │       ├── fcntl.h
│   │               │       ├── hwcap.h
│   │               │       ├── ioctl.h
│   │               │       ├── ioctls.h
│   │               │       ├── ipcbuf.h
│   │               │       ├── kvm_para.h
│   │               │       ├── mman.h
│   │               │       ├── msgbuf.h
│   │               │       ├── param.h
│   │               │       ├── perf_regs.h
│   │               │       ├── poll.h
│   │               │       ├── posix_types.h
│   │               │       ├── ptrace.h
│   │               │       ├── resource.h
│   │               │       ├── sembuf.h
│   │               │       ├── setup.h
│   │               │       ├── shmbuf.h
│   │               │       ├── sigcontext.h
│   │               │       ├── siginfo.h
│   │               │       ├── signal.h
│   │               │       ├── socket.h
│   │               │       ├── sockios.h
│   │               │       ├── statfs.h
│   │               │       ├── stat.h
│   │               │       ├── swab.h
│   │               │       ├── termbits.h
│   │               │       ├── termios.h
│   │               │       ├── types.h
│   │               │       ├── unistd-eabi.h
│   │               │       ├── unistd.h
│   │               │       └── unistd-oabi.h
│   │               ├── arpa
│   │               │   ├── ftp.h
│   │               │   ├── inet.h
│   │               │   ├── nameser_compat.h
│   │               │   ├── nameser.h
│   │               │   ├── telnet.h
│   │               │   └── tftp.h
│   │               ├── asm-generic
│   │               │   ├── auxvec.h
│   │               │   ├── bitsperlong.h
│   │               │   ├── bpf_perf_event.h
│   │               │   ├── errno-base.h
│   │               │   ├── errno.h
│   │               │   ├── fcntl.h
│   │               │   ├── hugetlb_encode.h
│   │               │   ├── int-l64.h
│   │               │   ├── int-ll64.h
│   │               │   ├── ioctl.h
│   │               │   ├── ioctls.h
│   │               │   ├── ipcbuf.h
│   │               │   ├── kvm_para.h
│   │               │   ├── mman-common.h
│   │               │   ├── mman.h
│   │               │   ├── msgbuf.h
│   │               │   ├── p
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

LokiCode

谢谢您买的奶茶

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值