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:
@@ -441,10 +441,7 @@ java_sdk_library_import {{
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def does_sdk_library_support_latest_api(sdk_library):
|
def does_sdk_library_support_latest_api(sdk_library):
|
||||||
# TODO(b/235330409): remove service art from the exception list once
|
if sdk_library == "conscrypt.module.platform.api":
|
||||||
# this bug is fixed.
|
|
||||||
if sdk_library == "service-art" or \
|
|
||||||
sdk_library == "conscrypt.module.platform.api":
|
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user