4 Commits

Author SHA1 Message Date
Isaac Chen
a1223e05c9 taimen: gpt-utils: Move lib to vendor for build split
libgptutils is only used by vendor. Move it to
vendor partition so they can work with generic AOSP
system image.

Bug: 37927875
Test: These libs are under /vendor/lib(64) instead of
/system/lib(64) and the resulted image works on the device.
Change-Id: Id04f7a09fdc8e60de79f83b8fd0c2504fd2e2ebe

Change-Id: I7f3f8fe845d35a05492ffc4785787622c7851b79
2024-06-08 21:20:07 +08:00
Isaac Chen
4232986daf Move configuration files to vendor for build split
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.taimen.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.taimen.usb.rc is changed to vendor accordingly.

Change-Id: I79e41aeb13d284816ab7a2b4bde3ce8375863160
2017-05-12 11:13:20 +08:00
Max Shi
625d18faba taimen cleanspec: remove old sensor registry copy
Test: make
Bug: 37292029
Change-Id: If3d642a80ca8d330d4ad996301f72cdcc5f21489
2017-04-13 12:19:44 -07:00
Jie Song
f84d1dc352 Use wahoo dumpstate
Bug: 33820081

Test: Verify dumpstate service running
Change-Id: I344e799f4429cde5e2586e9d96c9de1f57667411
2017-03-27 17:47:23 -07:00