aboutsummaryrefslogtreecommitdiff
path: root/build/properties.go
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-10-03 18:10:15 +0900
committerJiyong Park <jiyong@google.com>2018-10-03 18:10:22 +0900
commit0bdc7cd9be88932de650146801aff37387f14e55 (patch)
tree7ee26398d82935802eb7fb7a1b6ab9f473dd427a /build/properties.go
parentf5cbb6880ba5ecd42efb3113f2ebd694fe2d8044 (diff)
downloadaidl-0bdc7cd9be88932de650146801aff37387f14e55.tar.gz
Revert "The java lib for aidl_interface is built with Java 1.8"android-o-mr1-iot-release-1.0.5
This reverts commit 561f83159abbd047d77924884770b9fb6f63c31c. No longer required as the Java 1.8 is now implied even when sdk_version is 28. Bug: 117069453 Test: EXPERIMENTAL_USE_OPENJDK9=true make apex_aidl_interface Change-Id: Ib1cdd65ad6caee68b4ac4d2c7453c28a3e38b645
Diffstat (limited to 'build/properties.go')
-rw-r--r--build/properties.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/properties.go b/build/properties.go
index dcc8e82d..3358e5bf 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -39,7 +39,6 @@ type javaProperties struct {
Sdk_version *string
Srcs []string
Static_libs []string
- Java_version *string
}
type phonyProperties struct {