summaryrefslogtreecommitdiff
path: root/tests/schedtest
AgeCommit message (Collapse)Author
2019-11-21Revert "Enable flag '-fstack-protector-all'."Elliott Hughes
This reverts commit e6f734e7fe1df8a722849b0a3440cc53ac982750. Reason for revert: this is fixed globally (see http://b/142550074), and is just adding noise to Android.bp files. Change-Id: I10bacccbb77a1822231a02a260a7b60d190ac432
2019-11-07Enable flag '-fstack-protector-all'.skeys
A security audit uncovered an issue, where stack cookies were not enabled for this package. Bug=b:142550074 Test= none. Change-Id: If1fa784674b29deb7b14769f2494ced177bd3a1f
2018-05-10Convert system/extras/tests to SoongDan Willemsen
See build/soong/README.md for more information. Some modules are no longer installed by default on eng/debug builds, but I didn't see any automatic references to them. If they're commonly used by users, they can be added into build/make with PRODUCT_PACKAGES_ENG / PRODUCT_PACKAGES_DEBUG. Otherwise everyone's compiles get a little smaller. Some modules also moved from /system/xbin to /system/bin, as we've deprecated xbin. I checked codesearch for references to the full paths and couldn't find any. Test: cd system/extras/tests; mma Test: for the modules changing locations, check cs/ for references Change-Id: Ia91f12051519814a8d45d5af4a7f7700ffee288f
2017-10-20Use -Werror in system/extrasChih-Hung Hsieh
* Remove unused variables. * Fix redefined macro warnings. * Fix sign-compare warnings. * Fix 'return false' in main(). * Keep existing warnings to fix later. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ib92ef5297693595fb84ed4f8e61665bda4cee312
2016-02-02Fix warnings in system/extras.Dan Albert
Bug: http://b/26936282 Change-Id: I1b9c6c9bb06944c32abcb871279d056eea0fb11a
2015-01-29Add missing includes.Elliott Hughes
Change-Id: Ie3acca064c1bcecb4e0305e61f01ba8cea4abe03
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421The Android Open Source Project