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

Commit 7016f6b5 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 am: ebcb4778

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



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