Drop platform_apis from the internal java_library of aidl_interface am: 4cb72e21e9

Original change: https://android-review.googlesource.com/c/platform/system/tools/aidl/+/2969115

Change-Id: Iad77e70bee3563b687170f21689dbb9f8146adb3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/build/aidl_interface_backends.go b/build/aidl_interface_backends.go
index 8f515aa..941d696 100644
--- a/build/aidl_interface_backends.go
+++ b/build/aidl_interface_backends.go
@@ -355,7 +355,6 @@
 				Installable:     proptools.BoolPtr(true),
 				Defaults:        []string{"aidl-java-module-defaults"},
 				Sdk_version:     sdkVersion,
-				Platform_apis:   i.properties.Backend.Java.Platform_apis,
 				Srcs:            []string{":" + javaSourceGen},
 				Apex_available:  i.properties.Backend.Java.Apex_available,
 				Min_sdk_version: i.minSdkVersion(langJava),
diff --git a/build/properties.go b/build/properties.go
index 1cc7860..e858948 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -84,7 +84,6 @@
 	Defaults        []string
 	Installable     *bool
 	Sdk_version     *string
-	Platform_apis   *bool
 	Srcs            []string
 	Static_libs     []string
 	Apex_available  []string