Merge "Set apex_available property" into rvc-dev am: c6c000d1a5 am: d8b5e8af10 am: 5282f4f529

Change-Id: I1e0d9fb2b5b7c511015b33d0715078da4b29ac53
This commit is contained in:
TreeHugger Robot 2020-05-18 05:04:47 +00:00 committed by Automerger Merge Worker
commit f83a3475fc
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.