commit | 007122be1d749acce29557e05fd0718fba9ed7c3 | [log] [tgz] |
---|---|---|
author | Sungtak Lee <taklee@google.com> | Wed Oct 04 17:25:48 2023 +0000 |
committer | Sungtak Lee <taklee@google.com> | Wed Oct 04 17:26:20 2023 +0000 |
tree | 30a2e60b61ce62fd076a945fe2c9dc1bde7eb900 | |
parent | f850de6732287b3c5539a56751d21a4a1b170f42 [diff] [blame] |
media.c2 aidl: change minSdk to 30 Test: m Bug:254050314 Change-Id: I62613e59146599b49ae69c84d033eca39fcfdb18
diff --git a/media/c2/aidl/Android.bp b/media/c2/aidl/Android.bp index 3f2cadb..a153b72 100644 --- a/media/c2/aidl/Android.bp +++ b/media/c2/aidl/Android.bp
@@ -11,7 +11,7 @@ aidl_interface { name: "android.hardware.media.c2", - min_sdk_version: "31", + min_sdk_version: "30", vendor_available: true, double_loadable: true, srcs: ["android/hardware/media/c2/*.aidl"],