This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
androidfw: Add support for 16-bit entry offsets
Bug: 237583012 Most offsets to the entries can be well encoded in 16-bit, and given entries are 4-byte aligned, this gives us a range of entry offsets from 0x00000 to 0xfffe * 4u, with 0xffffu to represent ResTable_type::NO_ENTRY. For now, 16-bit entry offset will be enabled only when: * all the entry offsets can be represented in 16-bit * --enable-compact-entries switch is turned on Change-Id: I1c815c052aa5fba6eab2529434d31d7714c13694
- Loading branch information
Eric Miao
committed
Nov 15, 2022
1 parent
368cd19
commit a1f2bce
Showing
5 changed files
with
90 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters