aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-02-21 21:36:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-21 21:36:52 +0000
commit3280e1e7517eeb9e958cb7443d2a296f048ed723 (patch)
tree095ae97ff873c3cbedce63a811349c827e246627
parent58a1b8364a5ff457f0e64ecd4127c9df59f6411b (diff)
parent4cb72e21e9f1aa905ce239f61b3b6b8314e5b815 (diff)
downloadaidl-3280e1e7517eeb9e958cb7443d2a296f048ed723.tar.gz
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>
-rw-r--r--build/aidl_interface_backends.go1
-rw-r--r--build/properties.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/build/aidl_interface_backends.go b/build/aidl_interface_backends.go
index 8f515aa7..941d6961 100644
--- a/build/aidl_interface_backends.go
+++ b/build/aidl_interface_backends.go
@@ -355,7 +355,6 @@ func addJavaLibrary(mctx android.DefaultableHookContext, i *aidlInterface, versi
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 1cc78604..e858948f 100644
--- a/build/properties.go
+++ b/build/properties.go
@@ -84,7 +84,6 @@ type javaProperties struct {
Defaults []string
Installable *bool
Sdk_version *string
- Platform_apis *bool
Srcs []string
Static_libs []string
Apex_available []string