HomeSort by relevance Sort by last modified time
    Searched refs:compile_sdk_version (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/link/
ManifestFixer.h 55 Maybe<std::string> compile_sdk_version; member in struct:aapt::ManifestFixerOptions
ManifestFixer.cpp 459 if (options_.compile_sdk_version) {
465 attr->value = options_.compile_sdk_version.value();
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 807 if (!options_.manifest_fixer_options.compile_sdk_version) {
810 Maybe<std::string>& compile_sdk_version = options_.manifest_fixer_options.compile_sdk_version; local
814 compile_sdk_version = StringPrintf("%" PRId32, static_cast<int32_t>(prim->value.data));
817 compile_sdk_version = StringPrintf("%" PRIx32, prim->value.data);
823 compile_sdk_version = *str->value;
825 compile_sdk_version = attr->value;
    [all...]

Completed in 448 milliseconds