Fix some typos in Soong.

Test: m
Change-Id: I5b332ce12d70f13eca93b23060620c0ea4f46db7
This commit is contained in:
Roland Levillain
2019-07-23 16:53:32 +01:00
parent 2b78fda705
commit dfe75b389c
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ type VndkProperties struct {
// declared as a VNDK or VNDK-SP module. The vendor variant
// will be installed in /system instead of /vendor partition.
//
// `vendor_vailable` must be explicitly set to either true or
// `vendor_available` must be explicitly set to either true or
// false together with `vndk: {enabled: true}`.
Enabled *bool