diff options
| author | 2024-08-15 09:07:38 +0000 | |
|---|---|---|
| committer | 2024-08-15 09:07:38 +0000 | |
| commit | 4483c0e7c07eb1775cff09db5bdcf2adbb0a94c4 (patch) | |
| tree | 3a2d24f36d7c7eff48cb1ae4545ec5c5bcedf455 /android/androidmk.go | |
| parent | 61bd3d11e9abed7598f176b69c87638d091e9b04 (diff) | |
| parent | 66e555c8c7397991838cdd0d5d711d47288cf977 (diff) | |
Merge "Support BUILD_FRAMEWORK_COMPATIBILITY_MATRIX for soong" into main
Diffstat (limited to 'android/androidmk.go')
| -rw-r--r-- | android/androidmk.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/androidmk.go b/android/androidmk.go index e9df75283..15ab3a721 100644 --- a/android/androidmk.go +++ b/android/androidmk.go @@ -907,6 +907,7 @@ func translateAndroidModule(ctx SingletonContext, w io.Writer, moduleInfoJSONs * case "*phony.PhonyRule": // writes phony deps and acts like `.PHONY` case "*selinux.selinuxContextsModule": // license properties written case "*sysprop.syspropLibrary": // license properties written + case "*vintf.vintfCompatibilityMatrixRule": // use case like phony default: if !ctx.Config().IsEnvFalse("ANDROID_REQUIRE_LICENSES") { return fmt.Errorf("custom make rules not allowed for %q (%q) module %q", ctx.ModuleType(mod), reflect.TypeOf(mod), ctx.ModuleName(mod)) |