History log of /system/sepolicy/build/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
741a70a058cd238e80d514f84ca832a54c6120a8 05-Feb-2018 Bowgo Tsai <bowgotsai@google.com> Using a python script to build sepolicy

Current sepolicy CIL files are built by several command-line tools
in Android.mk. This change extracts some of the build logic into a
python script to relief the effort in Android.mk.

The first command is `build_sepolicy build_cil`. It's possible to add
more sub-commands under the build_sepolicy script in the future.

Bug: 64240127
Test: build bullhead/taimen
Change-Id: Ie0ae4fc5256a550c72954cde5d5dd213a22d159a
ndroid.bp
uild_sepolicy.py
ile_utils.py
d0cbb90509c1d23e38c8fc075eb0a93ac9a88309 02-Feb-2018 Bowgo Tsai <bowgotsai@google.com> Revert "Using a python script to build sepolicy"

This reverts commit 3506ad3f310d46ace11ecb9f1a0b6d8abc4951c4.
Fix angler/bullhead boot failure.

Bug: 72787689
Test: build
ndroid.bp
uild_sepolicy.py
ile_utils.py
3506ad3f310d46ace11ecb9f1a0b6d8abc4951c4 05-Jan-2018 Bowgo Tsai <bowgotsai@google.com> Using a python script to build sepolicy

Current sepolicy CIL files are built by several command-line tools
in Android.mk. This change extracts some of the build logic into a
python script to relief the effort in Android.mk.

The first command is `build_sepolicy build_cil`. It's possible to add
more sub-commands under the build_sepolicy script in the future.

Bug: 64240127
Test: build and boot a device
Test: checks the content of $OUT/vendor/etc/selinux/vendor_sepolicy.cil
is the same as before
Change-Id: I0b64f1088f413172e97b579b4f7799fa392762df
ndroid.bp
uild_sepolicy.py
ile_utils.py