diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-07-08 01:02:24 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-07-08 01:02:24 +0000 |
commit | e90d6a17b5c4bd639754a6c6e3e7a1464193de1c (patch) | |
tree | eeb4df322668855267e2dcd2aeac88b8ddd45a03 /java/java.go | |
parent | c2cc0a4713905022a66132f24d33118c6f4ed0f0 (diff) | |
parent | 340acf4efe0d97d9776926ab118663d55b3b7a9b (diff) |
Snap for 8808387 from 340acf4efe0d97d9776926ab118663d55b3b7a9b to tm-qpr1-release
Change-Id: I4e97fba335abdac85493d0370d22d353ff98a1f3
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go index c8fb93cca..9ab77a54e 100644 --- a/java/java.go +++ b/java/java.go @@ -164,6 +164,9 @@ var ( android.SdkMemberTypeBase{ PropertyName: "java_systemserver_libs", SupportsSdk: true, + + // This was only added in Tiramisu. + SupportedBuildReleaseSpecification: "Tiramisu+", }, func(ctx android.SdkMemberContext, j *Library) android.Path { // Java systemserver libs are only provided in the SDK to provide access to their dex |