diff options
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go index 0cd99ebf9..7fdf94eba 100644 --- a/java/java.go +++ b/java/java.go @@ -913,6 +913,8 @@ func BinaryHostFactory() android.Module { type ImportProperties struct { Jars []string + + Sdk_version string } type Import struct { |