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

Commit ebcb4778 authored by David Anderson's avatar David Anderson Committed by Automerger Merge Worker
Browse files

Merge "libsnapshot: Move export_include_dirs to correct location." into main...

Merge "libsnapshot: Move export_include_dirs to correct location." into main am: f572053d am: c210fcfc

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2656856



Change-Id: Ib369e0787f12cbffbd63486bb31c9740e89d2874
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d498683a c210fcfc
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,