Make the robo tests work in command line with the android build

The make files in libs were mising:
ifeq (,$(ONE_SHOT_MAKEFILE))
    include $(call all-makefiles-under,$(LOCAL_PATH))
endif

Also androidx.arch.core_core-testing isn't available anymore, but after
including androidx.arch.core_core-runtime and
androidx.arch.core_core-common, I only had to clone the tiny class
InstantTaskExecutorRule

Also added an NPE fix in MediaSourcesLiveDataTest

Test: make -j64 RunCarMediaCommonRoboTests
make -j64 RunCarArchCommonRoboTests

Change-Id: I0539442a923bf998220200ee0ef45239227e236f
18 files changed