a0cff4ae40096bb1c83dbbc71ac31a42660bf513

Kbuild flag for LE based target was not being picked up by cflags as expected, but as an unintended consequence when rmnet_shs would try to include rmnet_trace.h, the LE flag which wasn't used to build the rmnet_core.ko was seen as unheard of causing compilation issue. To get around this constraint, we are instead changing the featurization flags in rmnet_trace.h to filter by kernel version first for LE targets, and then from there filtering by target name specifically. Change-Id: I0f9a40f2ed7bfacc492cf2bb99b816c86ec710ed Signed-off-by: Conner Huff <chuff@codeaurora.org>
Omschrijving
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%