Remove service-art exception to build latest api targets. am: 113e7e63a9

Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2138813

Change-Id: Ic0f1de5726920db26c4cf9d5774b17bdd0c5da52
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Gurpreet Singh
2022-07-26 15:38:43 +00:00
committed by Automerger Merge Worker

View File

@@ -441,10 +441,7 @@ java_sdk_library_import {{
@staticmethod
def does_sdk_library_support_latest_api(sdk_library):
# TODO(b/235330409): remove service art from the exception list once
# this bug is fixed.
if sdk_library == "service-art" or \
sdk_library == "conscrypt.module.platform.api":
if sdk_library == "conscrypt.module.platform.api":
return False
return True