Home
last modified time | relevance | path

Searched refs:StaticLibrary (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DApkInfo.proto49 StaticLibrary static_library = 9;
236 message StaticLibrary { message
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1743 class StaticLibrary : public ManifestExtractor::Element { class
1745 StaticLibrary() = default;
2924 std::make_pair("static-library", std::is_same<StaticLibrary, T>::value), in GetExpectedTagForType()
2995 {"static-library", &CreateType<StaticLibrary>}, in Inflate()