I am trying to add HW video acceleration to a cm10.2 port for my device. I get no errors but the one below, then make stops working, apparently without any erro
make
Workaround for Android NDK r11:
LOCAL_LDLIBS += -Wl,--no-warn-shared-textrel
LOCAL_LDLIBS is applied later in the option chain than LOCAL_LDFLAGS, and consequently overrides the default.
LOCAL_LDLIBS
LOCAL_LDFLAGS