aboutsummaryrefslogtreecommitdiff
path: root/build/properties.go
diff options
context:
space:
mode:
Diffstat (limited to 'build/properties.go')
-rw-r--r--build/properties.go19
1 files changed, 10 insertions, 9 deletions
diff --git a/build/properties.go b/build/properties.go
index b0b4b853..d746beca 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -46,15 +46,16 @@ type ccProperties struct {
}
type javaProperties struct {
- Name *string
- Owner *string
- Defaults []string
- Installable *bool
- Sdk_version *string
- Srcs []string
- Libs []string
- Static_libs []string
- Apex_available []string
+ Name *string
+ Owner *string
+ Defaults []string
+ Installable *bool
+ Sdk_version *string
+ Srcs []string
+ Libs []string
+ Static_libs []string
+ Apex_available []string
+ Min_sdk_version *string
}
type fuzzConfig struct {