input_hal: do not reset LDFLAGS but amend 05/25805/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 14 Dec 2020 18:26:43 +0000 (19:26 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 14 Dec 2020 18:27:12 +0000 (19:27 +0100)
Do not reset the LFDLAGS in the Makefile.
This fixes a QA issue in the build.

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Idff63aef9715528fb80f7556f191ea3b8c64cbed

hal/input_hal/Makefile

index d03b12d..0a0de84 100755 (executable)
@@ -33,7 +33,7 @@ CXXFLAGS += -Wall -fPIC
 CXXFLAGS += -D_USE_DRM
 
 ######### link options ##########################
-LDFLAGS := -shared
+LDFLAGS += -shared
 LDFLAGS += -Wl,--no-as-needed
 LDFLAGS += -Wl,--no-undefined
 LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem