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

Commit 0f8403f6 authored by Orion Hodson's avatar Orion Hodson
Browse files

Add dependency on jni_headers

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

Bug: 152482542
Test: Apply future soong change && m checkbuild
Change-Id: I880eb1f307d995cbd4f0f19e8f8d22c20fc36bef
Merged-In: I880eb1f307d995cbd4f0f19e8f8d22c20fc36bef
Exempt-From-Owner-Approval: build clean-up
(cherry picked from commit 43c1a6a4)
parent d90a5de7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,10 +18,10 @@ cc_test {
    name: "VtsHalInputClassifierV1_0TargetTest",
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: ["VtsHalInputClassifierV1_0TargetTest.cpp"],
    header_libs: ["jni_headers"],
    static_libs: [
        "android.hardware.input.classifier@1.0",
        "android.hardware.input.common@1.0",
    ],
    test_suites: ["general-tests"],
}