commit | 1b2ea497aae295cc3adaaa676ab4d95f228537a1 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Sep 25 11:03:48 2018 -0700 |
committer | Nick Kralevich <nnk@google.com> | Tue Sep 25 11:03:48 2018 -0700 |
tree | 7d4b38bccfa26b334460470ea6659f0f6bdafb6b | |
parent | 6cd9bd078a49feb1c2c4268f91e4cd23a4fc6bf4 [diff] |
Android.mk: conditional compilation of odm_sepolicy.cil Do not attempt to build odm_sepolicy.cil if BOARD_ODM_SEPOLICY_DIRS is not defined. Attempting to do so will create an empty file, which causes build problems when https://github.com/SELinuxProject/selinux/pull/100/commits/0c6ea1e812fbe75aef03ced077d4f4cd26d982fc is applied. Test: "cd system/sepolicy && mma -j55" succeeds Test: "make checkbuild" succeeds Change-Id: Iefc458bddff3d08e5fcb86f8be3cad16d7e36e73