Now -shlib flag can be provided alongside with names of symbols files:
(lldb) target symbols add --shlib stripper-lib.so unstripper-lib.so
This is helpful when default matching mechanisms by name and UUID
can't find a module, and the user needs to explicitly specify
which module the given symbol file belongs to.
This is a very non-standard Makefile. As it is now, it will fail if running the test against android.
I think you should be able to replace the strip command with a LD_EXTRAS += -Wl,--build-id=none. This should allow you to use Makefile.rules and be more portable. Also, I'd recommend setting this up in a way that you don't overwrite the a.out compiler output, as that will make the rules simpler. I'm thinking of something like this (untested) snippet: