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

Commit c5fe7e40 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder_ndk_unit_test: force auto-gen config

This test was picking up the AndroidTest.xml here implicitly and running
the wrong test.

Bug: 148297225
Test: atest libbinder_ndk_unit_test
Change-Id: I58afe3d570a78fb0e06182a4e9c79e684db21064
parent 9f683732
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -60,6 +60,10 @@ cc_test {
    defaults: ["test_libbinder_ndk_test_defaults"],
    srcs: ["libbinder_ndk_unit_test.cpp"],
    test_suites: ["general-tests"],
    require_root: true,

    // force since binderVendorDoubleLoadTest has its own
    auto_gen_config: true,
}

cc_test {