commit | ebe6f385da45fe5cff4efc17d6b87504fa4b2293 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Mar 24 21:12:36 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Mar 25 16:41:53 2021 +0900 |
tree | 1b1f8338167115c0fac2e37bb5d987512bdb6af5 | |
parent | 45ed18d96aad4d58e249045f05431e0a9f6924fb [diff] [blame] |
Add se_versioned_policy module se_versioned_policy module wraps version_sepolicy and generates mapping files with Android.bp. Bug: 33691272 Test: build Change-Id: Iaba499db39b1214ef7b1f59c58232ec85d7c3bcb
diff --git a/build/soong/Android.bp b/build/soong/Android.bp index 4e1d27a..aa6ad71 100644 --- a/build/soong/Android.bp +++ b/build/soong/Android.bp
@@ -37,6 +37,7 @@ "policy.go", "selinux.go", "selinux_contexts.go", + "versioned_policy.go", ], pluginFor: ["soong_build"], }