index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
aapt2
/
LoadedApk.h
Age
Commit message (
Expand
)
Author
2023-07-12
[aapt2] Remove unneeded virtual from LoadedApk
Yurii Zubrytskyi
2022-11-29
Make StringPiece to be std::string_view alias
Yurii Zubrytskyi
2022-05-31
Move StringPool to libandroidfw
Jeremy Meyer
2018-10-17
Fix incorrect proto apk loading
Ryan Mitchell
2018-09-18
AAPT2: Added badging and permission
Ryan Mitchell
2018-08-14
AAPT2: Reformatted dump command invocations
Ryan Mitchell
2018-03-18
Writes the resource table proto out when writing a LoadedApk.
corysmith@google.com
2018-01-10
Add virtual dtor for virtual classes
Yi Kong
2017-12-01
AAPT2: Use manifest parsing to determine format of APK.
Pierre Lecesne
2017-11-01
AAPT2: Add convert command
Adam Lesinski
2017-10-04
AAPT2: Move format related files under same directory
Adam Lesinski
2017-10-03
AAPT2: Set the minSdkVersion when generating multiple APKs.
Shane Farmer
2017-08-16
AAPT2: Add a APK filtering.
Shane Farmer
2017-06-21
AAPT2: Split APK by ABI.
Shane Farmer
2017-02-22
AAPT2: Rename strip phase to optimize
Adam Lesinski
2017-02-02
Add a method LoadedApk::WriteToArchive.
Pierre Lecesne
2017-02-01
Moving the LoadedApk class to its own file.
Pierre Lecesne