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

Commit 1e438d2c authored by Dan Stoza's avatar Dan Stoza
Browse files

libgui: Move BitTube out of system include dir

Moves the BitTube header out of the system include directory and into
libgui's include directory.

Test: m -j
Change-Id: I046e3f07ec4a58736c8de7ea7ba0f43a8e3e328b
parent e1c599b5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -126,6 +126,10 @@ cc_library_shared {
        "android.hidl.token@1.0-utils",
        "android.hardware.graphics.bufferqueue@1.0",
    ],

    export_include_dirs: [
        "include",
    ],
}

subdirs = ["tests"]