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

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

Update dependency on graphics.common HAL to use defaults

In preparation of migrating to graphics.common HAL v6.

Bug: 368395888
Flag: EXEMPT build file changes only
Test: Builds
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:93e388163eb1e7607b42c5ca884927d47c2e058e)
Merged-In: Ic2c0970673e9d93282271e09f4e7342961eb75ab
Change-Id: Ic2c0970673e9d93282271e09f4e7342961eb75ab
parent f7b45622
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@ cc_library_headers {
cc_library_shared {
    name: "libsfplugin_ccodec",

    defaults: [
        "android.hardware.graphics.common-ndk_shared",
    ],

    export_include_dirs: ["include"],

    srcs: [
@@ -57,7 +61,6 @@ cc_library_shared {
        "android.hardware.drm@1.0",
        "android.hardware.media.c2@1.0",
        "android.hardware.media.omx@1.0",
        "android.hardware.graphics.common-V5-ndk",
        "graphicbuffersource-aidl-ndk",
        "libbase",
        "libbinder",