Use LOCAL_REQUIRED_MODULES instead of LOCAL_TARGET_REQUIRED_MODULES
LOCAL_TARGET_REQUIRED_MODULES is intended for host -> target dependencies, not target -> target dependencies (which can use LOCAL_REQUIRED_MODULES). Test: treehugger Change-Id: I84de8adcdd772be0169b6d6b8df6f69b00ce888f
This commit is contained in:
@@ -21,7 +21,7 @@ LOCAL_PACKAGE_NAME := OverlayDeviceTests
|
||||
LOCAL_PRIVATE_PLATFORM_APIS := true
|
||||
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test
|
||||
LOCAL_COMPATIBILITY_SUITE := device-tests
|
||||
LOCAL_TARGET_REQUIRED_MODULES := \
|
||||
LOCAL_REQUIRED_MODULES := \
|
||||
OverlayDeviceTests_AppOverlayOne \
|
||||
OverlayDeviceTests_AppOverlayTwo \
|
||||
OverlayDeviceTests_FrameworkOverlay
|
||||
|
||||
Reference in New Issue
Block a user