summaryrefslogtreecommitdiffstats
path: root/tools/obbtool/Main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PackageInfo is a class, not a structBrian Carlstrom2014-08-171-2/+2
| | | | | | (cherry picked from commit 646d1b8ea801d92b04ead6cbae2899d8256ec3ff) Change-Id: Id9ddc520fbfc4787c3b267df9a35a45e8cc52d65
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
| | | | | | step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef
* OBB: use PBKDF2 for key generation.Kenny Root2010-10-131-7/+84
| | | | | | | | | Switch to using PBKDF2 for the key generation for OBBs. Any previously generated OBBs will stop being read correctly. A small pbkdf2gen program is available to allow generation of appropriate keys with the salts. Bug: 3059950 Change-Id: If4305c989fd692fd1150eb270dbf751e09c37295
* Add OBB flags to support overlaysKenny Root2010-08-181-11/+10
| | | | | | | | | | | * Add flags field in OBB footer to support overlays. * Remove unused 'crypto' and 'filesystem' fields in obbtool (could later be supported in the "flags" field of the OBB footer). * Add notes to document OBB classes before shipping. Change-Id: I386b43c32c5edef55210acb5d3322639c08010ba
* Initial tool for OBB manipulationKenny Root2010-08-111-0/+225
Add "obbtool" host command for adding, removing, and querying Opaque Binary Blob (OBB) information from a file. Change-Id: Id2ac41e687ad2a500c362616d6738a8ae7e8f5c3