Add a new option for skipping resource references validation when building a static library. This pushes resource reference validation to the final link step (creating an installable APK), but allows a lib to be linked without having the static libs of its dependencies. More context: go/autonamespace-transform Test: MergeOnlyTest + manually verified Bug: 128824820 Change-Id: I1f3e3b7715a5244b8633c85519d94334c76ff664
3 lines
79 B
Makefile
3 lines
79 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|