Lines Matching refs:with
20 NOTE: 9-patches will not be processed correctly with this flag set.
24 - If an app is building with a minSdkVersion < 26 and a --package-id XX where XX > 7F, aapt2
28 a resource ID by assuming it is larger than 0. In Java, a resource ID with package ID greater
34 rewritten IDs to not overlap with the base.
38 - aapt2 optimize can now split a binary APK with the same --split parameters as the link
45 apps that build with their `id` types as map values.
51 - Adds the ability to specify assets directories with the -A parameter. Assets work just like
52 assets in the original AAPT. It is not recommended to package assets with aapt2, however,
58 - Add ability to specify package ID to compile with for regular apps (not shared or static libs).
59 This package ID is limited to the range 0x7f-0xff inclusive. Specified with the --package-id
61 - Fixed issue with <plurals> resources being stripped for locales and other configuration.
62 - Fixed issue with escaping strings in XML resources.
66 - Added sparse resource type encoding, which encodes resource entries that are sparse with
68 qualifier of resource types is >= v26 (or whatever API level O becomes). Enabled with
75 `link` phase but this covers apps built with `aapt`).
76 - new sparse resource type encoding with the `--enable-sparse-encoding` flag if possible
81 - Adds shared library support. Build a shared library with the `--shared-lib` flag.
114 that are always identical when selected at runtime. This can be disabled with
123 - SDK version resource filtering: Resources with an SDK version qualifier that is unreachable
131 with AAPT when `--legacy` is specified.
139 introduced in a later SDK level. This can be disabled with `--no-auto-version`.