
Remove usage of clang in make files as it is deprecated in soong builds. Change-Id: I2da10dc6f0f49c58ecda18eca95369656e69b6c8 Signed-off-by: Pavan Kumar M <quic_rpavan@quicinc.com>
67 lines
1.8 KiB
Plaintext
67 lines
1.8 KiB
Plaintext
cc_binary {
|
|
name: "ipa-kernel-tests",
|
|
|
|
cflags: ["-Wno-missing-field-initializers"] + ["-Wno-int-to-pointer-cast"] + ["-Wno-int-conversion"],
|
|
|
|
header_libs: ["device_kernel_headers"]+["qti_kernel_headers"]+["qti_ipa_kernel_headers"]+["qti_ipa_test_kernel_headers"],
|
|
|
|
srcs: [
|
|
"DataPathTestFixture.cpp",
|
|
"DataPathTests.cpp",
|
|
"ExceptionsTestFixture.cpp",
|
|
"ExceptionsTests.cpp",
|
|
"ExceptionTests.cpp",
|
|
"Feature.cpp",
|
|
"Filtering.cpp",
|
|
"FilteringEthernetBridgingTestFixture.cpp",
|
|
"FilteringEthernetBridgingTests.cpp",
|
|
"FilteringTest.cpp",
|
|
"HeaderInsertion.cpp",
|
|
"HeaderInsertionTests.cpp",
|
|
"HeaderProcessingContextTestFixture.cpp",
|
|
"HeaderProcessingContextTests.cpp",
|
|
"HeaderRemovalTestFixture.cpp",
|
|
"HeaderRemovalTests.cpp",
|
|
"InterfaceAbstraction.cpp",
|
|
"IPAFilteringTable.cpp",
|
|
"IPAInterruptsTestFixture.cpp",
|
|
"IPAInterruptsTests.cpp",
|
|
"IPv4Packet.cpp",
|
|
"IPv6CTTest.cpp",
|
|
"Logger.cpp",
|
|
"main.cpp",
|
|
"MBIMAggregationTestFixtureConf11.cpp",
|
|
"MBIMAggregationTests.cpp",
|
|
"NatTest.cpp",
|
|
"Pipe.cpp",
|
|
"PipeTestFixture.cpp",
|
|
"PipeTests.cpp",
|
|
"RNDISAggregationTestFixture.cpp",
|
|
"RNDISAggregationTests.cpp",
|
|
"RoutingDriverWrapper.cpp",
|
|
"RoutingTests.cpp",
|
|
"TestBase.cpp",
|
|
"TestManager.cpp",
|
|
"TestsUtils.cpp",
|
|
"TLPAggregationTestFixture.cpp",
|
|
"TLPAggregationTests.cpp",
|
|
],
|
|
|
|
vendor: true,
|
|
rtti: true,
|
|
|
|
shared_libs:
|
|
["libc++",
|
|
"libipanat"],
|
|
|
|
relative_install_path: "ipa-kernel-tests",
|
|
|
|
|
|
}
|
|
|
|
IPA_KERNEL_TESTS_FILE_LIST = [
|
|
"README.txt",
|
|
"run.sh",
|
|
]
|
|
|