Commit Graph

3 Commits

Author SHA1 Message Date
Jiyong Park 6e2bc7cdf6 Reland "Add microdroid_vendor"
This reverts commit c79d1dc7eb.

Reason for revert: relanding

Change-Id: I38b51ef26e62900f5f14230b1c08681ea7871d13
2021-03-03 14:56:18 +00:00
Adrian Roos c79d1dc7eb Revert "Add microdroid_vendor"
Revert "Build sepolicy files for microdroid_vendor"

Revert submission 1609095-microdroid_vendor

Reason for revert: Breaks aosp_x86_64-userdebug build
Reverted Changes:
I82a66a00a:Add microdroid_vendor
I88eec6e1f:Build sepolicy files for microdroid_vendor

Bug: 180986662
Change-Id: Ifdbb43b5b8fc51107d86fa2a3f50ae18d088b704
Fixes: 181756343
2021-03-03 14:01:15 +00:00
Jiyong Park 4d43cbb0c6 Add microdroid_vendor
microdroid_vendor implements the vendor.img of microdroid. In theory,
microdroid doesn't need a vendor partition as it by definition isn't
specific to any SoC. However, init demands some files from the vendor
partition during the boot process. Until we find a way to make the
dependencies optional, let's have the vendor partition. Fortunately, it
is very small. It currently has a few number of sepolicy files only.

Bug: 180986662
Test: run microdroid following README.md
init enters into the second stage, sepolicy files are compiled, init
tries to start the servicemanager (which fails)

Change-Id: I82a66a00a8680ef1070ae7313d8e326f3ebc3112
2021-03-02 11:48:39 +09:00