From 24bb2e63a0e9a165cb6deb5375e3f7c0d12f1b84 Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Tue, 22 Sep 2020 11:18:38 +0000 Subject: [PATCH] Add missing characters in documentation of `compile_multilib` property. Test: n/a (comment-only change) Change-Id: I77fbca73ecf8d31f2d8146d2d5aa50d8c5503396 --- android/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/module.go b/android/module.go index 5bc7a17b6..d794dc2fc 100644 --- a/android/module.go +++ b/android/module.go @@ -541,7 +541,7 @@ type commonProperties struct { // control whether this module compiles for 32-bit, 64-bit, or both. Possible values // are "32" (compile for 32-bit only), "64" (compile for 64-bit only), "both" (compile for both // architectures), or "first" (compile for 64-bit on a 64-bit platform, and 32-bit on a 32-bit - // platform + // platform). Compile_multilib *string `android:"arch_variant"` Target struct {