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

Commit 33421115 authored by Orion Hodson's avatar Orion Hodson
Browse files

Add explicit dependencies on jni_headers

Preparation for removing implicit include paths for jni.h from soong.

Bug: 152482542
Test: m
Change-Id: I925b40972e1e4d86252e59e3f738a87641db7ba8
parent 9217e00d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ cc_defaults {
    conlyflags: [
        "-std=c99",
    ],
    header_libs: ["jni_headers"],
    sanitize: {
        misc_undefined: ["bounds"],
    },