Merge "Set apex_available property"

This commit is contained in:
Jiyong Park 2020-05-18 05:46:22 +00:00 committed by Gerrit Code Review
commit 747eb1a6b7
3 changed files with 18 additions and 0 deletions

View File

@ -51,6 +51,12 @@ cc_library {
enabled: false,
},
},
apex_available: [
"//apex_available:platform",
"com.android.art.debug",
"com.android.art.release",
],
}
// Tests

View File

@ -146,6 +146,12 @@ cc_library {
exclude_shared_libs: ["libdexfile_support"],
},
},
apex_available: [
"//apex_available:platform",
"com.android.art.debug",
"com.android.art.release",
],
}
// Static library without DEX support to avoid dependencies on the ART APEX.

View File

@ -111,6 +111,12 @@ cc_library {
enabled: true,
},
},
apex_available: [
"//apex_available:platform",
"com.android.art.debug",
"com.android.art.release",
],
}
// Tests.