diff options
author | 2024-12-03 22:52:24 +0000 | |
---|---|---|
committer | 2024-12-03 22:52:24 +0000 | |
commit | de588a30ac15d786c349c9a651bedb5207e1e07e (patch) | |
tree | 4a201ca8a0ecf3a1c4c4d5c127a8ca1e343780fb /android/module.go | |
parent | e8ef6f1540ca7518e2e2998779b5f2d37b7a1479 (diff) |
Revert^2 "Use soong built autogenerated RROs"
e8ef6f1540ca7518e2e2998779b5f2d37b7a1479
Change-Id: I0c563712da65c7bc4ef73633401cb5151cb49d3f
Diffstat (limited to 'android/module.go')
-rw-r--r-- | android/module.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/module.go b/android/module.go index 67dab4f9f..6d2c39b7d 100644 --- a/android/module.go +++ b/android/module.go @@ -338,6 +338,7 @@ type commonProperties struct { } Android struct { Compile_multilib *string + Enabled *bool } } |