Add vendor/lineage to kotlin plugins neverallow

We don't want to fork prebuilts/sdk just for that

Change-Id: I5f6ff87e341d2391354b1379291de92318599eeb
(cherry picked from commit 681549f2a09613ab33abe57d7ee851066c53c324)
This commit is contained in:
SkyMinus
2025-02-11 23:22:18 +08:00
parent 73a17f04e0
commit ad8cea7faa

View File

@@ -291,6 +291,7 @@ func createKotlinPluginRule() []Rule {
// Actual path prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler-hosted // Actual path prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler-hosted
"prebuilts/sdk/current/androidx", "prebuilts/sdk/current/androidx",
"external/kotlinc", "external/kotlinc",
"vendor/minus/kotlin",
} }
return []Rule{ return []Rule{