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

Commit ced25ac6 authored by Ted Bauer's avatar Ted Bauer Committed by Gerrit Code Review
Browse files

Merge "Add cc_defaults containing libs needed for static linking" into main

parents 15967616 d724dd04
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
{{ if allow_instrumentation }}
#include <sys/stat.h>
#include "aconfig_storage/aconfig_storage_read_api.hpp"
#include <protos/aconfig_storage_metadata.pb.h>
#include <android/log.h>

#define ALOGI(msg, ...)                                                        \
+8 −0
Original line number Diff line number Diff line
@@ -109,3 +109,11 @@ cc_library {
    },
    double_loadable: true,
}

cc_defaults {
    name: "aconfig_lib_cc_static_link.defaults",
    shared_libs: [
        "libaconfig_storage_read_api_cc",
        "liblog",
    ],
}