Loading apex/Android.bp +0 −1 Original line number Diff line number Diff line apex { name: "com.android.bluetooth.updatable", min_sdk_version: "R", manifest: "apex_manifest.json", Loading system/types/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,14 @@ cc_library_headers { export_include_dirs: ["./"], vendor_available: true, host_supported: true, apex_available: [ "//apex_available:platform", "com.android.media", "com.android.media.swcodec", "com.android.bluetooth.updatable" ], // As part of updatable mainline modules(media, swcodec), it should support at least 29(Q) min_sdk_version: "29", } cc_library_static { Loading Loading
apex/Android.bp +0 −1 Original line number Diff line number Diff line apex { name: "com.android.bluetooth.updatable", min_sdk_version: "R", manifest: "apex_manifest.json", Loading
system/types/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,14 @@ cc_library_headers { export_include_dirs: ["./"], vendor_available: true, host_supported: true, apex_available: [ "//apex_available:platform", "com.android.media", "com.android.media.swcodec", "com.android.bluetooth.updatable" ], // As part of updatable mainline modules(media, swcodec), it should support at least 29(Q) min_sdk_version: "29", } cc_library_static { Loading