14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"apex_available": [
|
|
"//apex_available:platform",
|
|
"com.android.bluetooth"
|
|
],
|
|
"device": true,
|
|
"features": "default,secure",
|
|
"ignore-cargo-errors": true,
|
|
"min-sdk-version": "29",
|
|
"no-pkg-vers": true,
|
|
"patch": "patches/Android.bp.patch",
|
|
"run": true
|
|
}
|