Update AWSNativeSDK-Android revision and enable AWS gems (#1837)

Signed-off-by: dhrudesh <dhrudesh@amazon.com>
This commit is contained in:
amzn-hdoke
2021-07-04 15:47:17 -07:00
committed by GitHub
parent 39239155e3
commit 1dfe65a3ef
2 changed files with 4 additions and 11 deletions
+3 -10
View File
@@ -48,14 +48,7 @@ set(ENABLED_GEMS
LyShine
HttpRequestor
Atom_AtomBridge
AWSCore
AWSClientAuth
AWSMetrics
)
# TODO remove conditional add once AWSNativeSDK libs are fixed for Android and Linux Monolithic release.
set(aws_excluded_platforms Android)
if (NOT (LY_MONOLITHIC_GAME AND ${PAL_PLATFORM_NAME} IN_LIST aws_excluded_platforms))
list(APPEND ENABLED_GEMS
AWSCore
AWSClientAuth
AWSMetrics
)
endif()