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

Commit edeae250 authored by David Anderson's avatar David Anderson
Browse files

libsnapshot: Move export_include_dirs to correct location.

Bug: 291083311
Test: builds
Change-Id: I7a547bb0b2c06f312f83a6b8659a4e30e97c8438
parent 3d0a332f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,6 @@ cc_defaults {
    header_libs: [
        "libupdate_engine_headers",
    ],
    export_include_dirs: ["include"],
}

cc_library_static {
@@ -184,6 +183,7 @@ cc_library_static {
        "libsnapshot_cow/writer_base.cpp",
        "libsnapshot_cow/writer_v2.cpp",
    ],
    export_include_dirs: ["include"],
    host_supported: true,
    recovery_available: true,
    ramdisk_available: true,