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

Commit 23aa5b1b authored by Steven Moreland's avatar Steven Moreland
Browse files

Export common since it's being used directly.

android_color_mode was replaced with ColorMode and
so libui uses the graphics common hal HIDL code
directly and so should also export it.

(used and exported by GraphicsTypes.h)

Bug: 73824924
Test: modules using this header have build breakage fixed
    and have the header properly delivered to them without
    having to add it to their makefiles.

Change-Id: I6318719b2b5f9cc294273e45dd5015d7258c50f9
parent 92792400
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ cc_library_shared {

    shared_libs: [
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.common@1.1",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@2.1",
        "android.hardware.configstore@1.0",
@@ -90,6 +91,10 @@ cc_library_shared {
        "liblog",
    ],

    export_shared_lib_headers: [
        "android.hardware.graphics.common@1.1",
    ],

    static_libs: [
        "libarect",
        "libgrallocusage",