Merge "Set apex_available property" into rvc-dev am: c6c000d1a5 am: d8b5e8af10
Change-Id: Ie79eb6a600bfb7dfc2da86bc2a07cd78add576e1
This commit is contained in:
commit
5282f4f529
3 changed files with 18 additions and 0 deletions
|
|
@ -51,6 +51,12 @@ cc_library {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
apex_available: [
|
||||||
|
"//apex_available:platform",
|
||||||
|
"com.android.art.debug",
|
||||||
|
"com.android.art.release",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests
|
// Tests
|
||||||
|
|
|
||||||
|
|
@ -135,6 +135,12 @@ cc_library {
|
||||||
exclude_shared_libs: ["libdexfile_support"],
|
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.
|
// Static library without DEX support to avoid dependencies on the ART APEX.
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,12 @@ cc_library {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
apex_available: [
|
||||||
|
"//apex_available:platform",
|
||||||
|
"com.android.art.debug",
|
||||||
|
"com.android.art.release",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests.
|
// Tests.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue