summaryrefslogtreecommitdiffstats
path: root/minzip/Android.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-18SELinux can be assumed for Android 4.4+Matt Mower1-6/+0
Change-Id: I7410a0c8e439eec90a955ee9201efd9a92bb9635
2015-12-22minzip: Fixup libselinux includesMatt Mower1-3/+7
Change-Id: Ic68f307a33e36437b9d21c442265c506b592129c
2015-11-16recovery: Switch to clangTao Bao1-0/+2
And a few trival fixes to suppress warnings. Change-Id: Id28e3581aaca4bda59826afa80c0c1cdfb0442fc (cherry picked from commit 80e46e08de5f65702fa7f7cd3ef83f905d919bbc)
2015-06-23Just use fstat in sysMapFile.Elliott Hughes1-1/+1
Also turn on -Werror and remove a dead function. Change-Id: I436f0a91c40e36db985190b3b98b0a4527cf0eeb
2015-06-03recovery: Switch to clangTao Bao1-0/+2
And a few trival fixes to suppress warnings. Change-Id: I38734b5f4434643e85feab25f4807b46a45d8d65
2014-12-10Use one mizip for allEthan Yonker1-0/+2
The new minzip did not compile in older trees due to needing mmap64. For older trees we will just use mmap instead. Remove all files and code pertaining to minzipold. Updater should now build properly in older trees as well. Eliminate use of PLATFORM_VERSION in favor of PLATFORM_SDK_VERSION which should be more consistent and reliable. Change-Id: I38d2b604a73d1b17a2072c7d60e990b81ece0c10
2013-09-12Make SELinux automatic if presentDees Troy1-1/+1
2013-04-11Fix building of updater binaryDees_Troy1-0/+27
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-1/+2
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
2012-10-16Remove HAVE_SELINUX guardsKenny Root1-6/+2
Change-Id: Ia96201f20f7838d7d9e8926208977d3f8318ced4
2012-03-30Extend recovery and updater to support setting file security contexts.Stephen Smalley1-1/+7
Extend minzip, recovery, and updater to set the security context on files based on the file_contexts configuration included in the package. Change-Id: Ied379f266a16c64f2b4dca15dc39b98fcce16f29
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+19
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-19/+0