summaryrefslogtreecommitdiffstats
path: root/tools/obbtool/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Remove superfluous OpenSSL include paths." automerge: fe24754 ↵Narayan Kamath2015-01-231-1/+0
|\ | | | | | | | | | | | | | | | | automerge: d555cd5 automerge: c2d5128 * commit 'c2d51280395749328b0bb7a283cbc6037606822e': Remove superfluous OpenSSL include paths.
| * Remove superfluous OpenSSL include paths.Adam Langley2015-01-221-1/+0
| | | | | | | | | | | | | | | | The libcrypto and libssl modules (and their respective static and host versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module is sufficient. Change-Id: I467f1b1d038b5136fa22b1230da134c394eac54e
| * DO NOT MERGE: Revert "Update makefile for clang host build."Hui Shu2014-08-051-2/+2
|/ | | | | | | | This CL is somehow merged to lmp-dev and breaking Mac builds. This reverts commit 132ed0f2b45acf982bbd06616f14164b612661d1. Change-Id: I5a3472c0e2924db5c605340d7abdd407b956dcc2
* Update makefile for clang host build.Tim Murray2014-07-171-2/+2
| | | | | | bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
* desperate attempt to fix linux build.Mathias Agopian2013-05-071-1/+1
| | | | | | | working on the assumption that the ordering in LOCAL_STATIC_LIBRARIES matters. Change-Id: Ibf5b706652049b195bd66c84c9a5fa1122454ca6
* Add liblogYing Wang2013-04-091-1/+2
| | | | | Bug: 8580410 Change-Id: I746aa8258866508c3a725d0773faf4518096548f
* frameworks/base refactoringMathias Agopian2012-02-201-0/+1
| | | | | | create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58
* add -ldl to host executablesIliyan Malchev2011-10-201-1/+1
| | | | | | | | This fixes the build on Linux when RefBase is compiled with reference tracking enabled. Change-Id: I3e931e0b463ce836f6fdb30c37068d77144631a3 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Link against the static libcrypto in external/openssl.Ying Wang2010-10-141-14/+11
| | | | Change-Id: Iad41ec975f9b9a4aec0b8470678320f5abe03e1f
* Do not build pbkdf2gen on non-Linux hostsKenny Root2010-10-141-7/+10
| | | | Change-Id: I9f575a2ca7d45102a4f67424ea5866cf750adb13
* OBB: use PBKDF2 for key generation.Kenny Root2010-10-131-0/+16
| | | | | | | | | 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
* Initial tool for OBB manipulationKenny Root2010-08-111-0/+30
Add "obbtool" host command for adding, removing, and querying Opaque Binary Blob (OBB) information from a file. Change-Id: Id2ac41e687ad2a500c362616d6738a8ae7e8f5c3