summaryrefslogtreecommitdiff
path: root/android/neverallow.go
diff options
context:
space:
mode:
author Luca Stefani <luca.stefani.ge1@gmail.com> 2025-01-07 18:58:37 +0100
committer Luca Stefani <luca.stefani.ge1@gmail.com> 2025-01-07 18:58:37 +0100
commite137a40ef9cb43720d9e09d8b6ba0b67ab9c2a1c (patch)
tree783c0f874c0c54ddec0014a1f00f47275d6c8dd0 /android/neverallow.go
parent5f09297fdf7538ddc9aad5e9b0eecfe184592538 (diff)
Remove stale TODO in kotlin_plugin neverallow
The compose plugin is now defined under external/kotlinc Test: m Change-Id: I11af22a4fa58c74e3a37597e594c8b17382c1703
Diffstat (limited to 'android/neverallow.go')
-rw-r--r--android/neverallow.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/neverallow.go b/android/neverallow.go
index fdcbe1cc8..d2117849d 100644
--- a/android/neverallow.go
+++ b/android/neverallow.go
@@ -322,9 +322,6 @@ func createFilesystemIsAutoGeneratedRule() Rule {
func createKotlinPluginRule() []Rule {
kotlinPluginProjectsAllowedList := []string{
- // TODO: Migrate compose plugin to the bundled compiler plugin
- // Actual path prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler-hosted
- "prebuilts/sdk/current/androidx",
"external/kotlinc",
}