summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move configuration files to vendor for build splitIsaac Chen2017-05-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | The following configuration files need to reside in vendor partition to work with generic AOSP system image. Move uevent.*.rc to /vendor Move fstab.* to /vendor/etc Move init.*.rc and init.wahoo.usb.rc to /vendor/etc/init. Also the following two make file variables need to be set: - BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true - PRODUCT_ENFORCE_RRO_TARGETS := framework-res Comment out "import init.wahoo.usb.sh" in init.common.usb.rc since /init will load all rc files under /vendor/etc/init. Bug: 37927875 Test: These files are under /vendor instead of / or /system, path in init.common.usb.rc is changed to vendor accordingly, and the resulted system/vendor images work on the device. Change-Id: I63e18860eed9330e0d7b53b3df09483f2bfce5ea
* muskie cleanspec: remove old sensor registry copyMax Shi2017-04-131-0/+3
| | | | | | Test: Make Bug: 37292029 Change-Id: I9f24b9fbd3930574f99e2438b2738eda92a9fdf5
* CleanSpec: Blow away system/ vendor/ for recent treble file movesChris Fries2017-03-131-0/+48
Stale libraries in system/ will eclipse new ones in vendor/ which can cause things (HWComposer) to fail to start. Let's big-bang the initial cleanspec to deal with this. Change-Id: Ie80d4dec404f95cc37a89bf00918331c01cb57fb