Merge "Set apex_available property"
This commit is contained in:
commit
747eb1a6b7
|
@ -51,6 +51,12 @@ cc_library {
|
|||
enabled: false,
|
||||
},
|
||||
},
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.art.debug",
|
||||
"com.android.art.release",
|
||||
],
|
||||
}
|
||||
|
||||
// Tests
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -111,6 +111,12 @@ cc_library {
|
|||
enabled: true,
|
||||
},
|
||||
},
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.art.debug",
|
||||
"com.android.art.release",
|
||||
],
|
||||
}
|
||||
|
||||
// Tests.
|
||||
|
|
Loading…
Reference in New Issue