commit | 12e8aba235aa4a1f43486ed7a36733d583ca5e75 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Dec 18 23:27:15 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 18 23:27:15 2023 +0000 |
tree | e8d34e539e6bd6505d517ebf5582faa3f050b3b9 | |
parent | a9860a21923dd1624fd0f9a205575eb5c3419aef [diff] | |
parent | 763909c378abdb21a30c2cbccfb7cab0cb3e07c0 [diff] |
Merge "Disable the rust backend of android.hardware.media.c2" into main
diff --git a/media/c2/aidl/Android.bp b/media/c2/aidl/Android.bp index 3c0915d..84cb382 100644 --- a/media/c2/aidl/Android.bp +++ b/media/c2/aidl/Android.bp
@@ -42,11 +42,8 @@ ], }, rust: { - min_sdk_version: "31", - enabled: true, - additional_rustlibs: [ - "libnativewindow_rs", - ], + // No users, and no rust implementation of android.os.Surface yet + enabled: false, }, }, }