summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
AgeCommit message (Collapse)Author
2019-01-14Revert "Introduce a no-perfprofd module."Roland Levillain
This reverts commit e262c4b5d09e07edfc1d2d05bca0ad36f3f5c8c1. Reason for revert: perfprofd is no longer installed on the system partition since https://android-review.googlesource.com/c/platform/build/+/844636. Test: lunch marlin-eng && make systemimage Bug: 113373927 Change-Id: I395aa91b50aa9f4e06467a676a3bcf8e70c26f50
2018-05-14Convert ioshark 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/ioshark; mma Test: for the modules changing locations, check cs/ for references Change-Id: I0e84e9d5adfef2cd7a7e717462c0364489c3d70d Merged-In: I0e84e9d5adfef2cd7a7e717462c0364489c3d70d
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
2018-05-09Convert more of system/extras 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; mma Test: for the modules changing locations, check cs/ for references Change-Id: I4ffd99d3dcf50e4d5cb2197824abc11973214133
2018-05-04Convert to SoongDan Willemsen
See build/soong/README.md for more information. This effectively moves some of these targets from /system/xbin to /system/bin, as Soong is not supporting xbin. I've attempted to fix and find any external dependencies to these paths. Test: m anrd app-launcher bootctrl.default bootctl cpustats crypto iotop Change-Id: I3eb58d8a260884652b5ee827ac88ece429d76448
2014-03-21Add a cleanspecBen Murdoch
Change-Id: I2506d7f7a3ed8e66e5ae22b0a55d4be4ba96032d
2010-11-17Optional "-s" to enable sparse ext4 image.Ying Wang
Change-Id: Ib4f8bf9bf54607eacc01dd11f92def640ff32b5c
2010-03-08Add an empty CleanSpec.mkJean-Baptiste Queru
Change-Id: I42ad35bfd9913310e0ba8722dc0f7ac9b2c47b9a