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

Commit 8649c029 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6546046 from a38e2a53 to rvc-release

Change-Id: I657cd85652724c8157c99c1d578b973993f83924
parents 8d3a483b a38e2a53
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@
// ========================================================
cc_library_static {
    name: "libbt-rootcanal",
    defaults: ["libchrome_support_defaults"],
    defaults: ["gd_defaults",],
    header_libs: ["jni_headers"],
    host_supported: true,
    proprietary: true,
    srcs: [
@@ -60,6 +61,7 @@ cc_library_static {
    ],
    shared_libs: [
        "libbase",
        "libchrome",
        "liblog",
    ],
    static_libs: [
+1 −3
Original line number Diff line number Diff line
@@ -14,9 +14,6 @@
 * limitations under the License.
 */

#define OS_ANDROID
#include "os/log.h"
#undef OS_ANDROID
#include "scripted_beacon.h"

#include <fstream>
@@ -29,6 +26,7 @@

#include "model/devices/scripted_beacon_ble_payload.pb.h"
#include "model/setup/device_boutique.h"
#include "os/log.h"

using std::vector;