Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bafed86 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android Build Cherrypicker Worker
Browse files

Modules: Update dependencies on graphics.common HAL to use defaults

In preparation for migrating graphics.common HAL to v6.

Bug: 368395888
Flag: EXEMPT build file changes only
Test: Builds
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2234d04be1af6132b741913db5640c8bcb6db052)
Merged-In: I647df2b1c9421a153148256e84cdd3d07b4b73dd
Change-Id: I647df2b1c9421a153148256e84cdd3d07b4b73dd
parent f7b45622
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@ aidl_interface {
    unstable: true,
    local_include_dir: "aidl",
    min_sdk_version: "29",
    defaults: [
        "android.hardware.graphics.common-latest"
    ],
    srcs: [
        "aidl/android/media/AidlColorAspects.aidl",
        "aidl/android/media/IAidlGraphicBufferSource.aidl",
@@ -12,9 +15,6 @@ aidl_interface {
    headers: [
        "HardwareBuffer_aidl",
    ],
    imports: [
        "android.hardware.graphics.common-V5",
    ],
    include_dirs: [
        "frameworks/native/aidl/gui",
    ],
@@ -41,6 +41,9 @@ aidl_interface {
cc_library_shared {
    name: "libstagefright_graphicbuffersource_aidl",
    min_sdk_version: "29",
    defaults: [
        "android.hardware.graphics.common-ndk_shared",
    ],
    srcs: [
        "AidlGraphicBufferSource.cpp",
        "wrapper/WAidlGraphicBufferSource.cpp",
@@ -56,7 +59,6 @@ cc_library_shared {
        "media_plugin_headers",
    ],
    shared_libs: [
        "android.hardware.graphics.common-V5-ndk",
        "graphicbuffersource-aidl-ndk",
        "libbinder_ndk",
        "libcutils",