Move Android-specific AzFramework dependency of AzTestRunner to Android platform include file (#7151)

Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
Chris Burel
2022-01-25 14:20:49 -08:00
committed by GitHub
parent 8bdb51e63a
commit dbf9e3f0e5
2 changed files with 5 additions and 1 deletions
@@ -10,3 +10,8 @@ set(LY_INCLUDE_DIRECTORIES
PRIVATE
${LY_NDK_NATIVE_APP_GLUE_SRC_DIR}
)
set(LY_BUILD_DEPENDENCIES
PRIVATE
AZ::AzFramework
)