Skip to content

Commit d0b3ba4

Browse files
authored
VPN-5822 - Adjust fix for Android (#8690) (#8789)
* VPN-5822 Android adjust fix
1 parent 1fb59e6 commit d0b3ba4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/android/cmake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ if [[ "$ADJUST_SDK_TOKEN" ]]; then
129129
print Y "Use adjust config"
130130
ADJUST="CONFIG+=adjust"
131131
else
132+
print Y "No adjust token found."
132133
ADJUST="CONFIG-=adjust"
133134
fi
134135

src/platforms/android/sources.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ target_sources(shared-sources INTERFACE
99
)
1010

1111
if(ADJUST_TOKEN)
12-
message(Adjust SDK enabled)
12+
message("Adjust SDK enabled")
1313
# SDK Token present, let's enable that.
14-
target_compile_definitions(shared-sources INTERFACE MZ_ADJUST)
14+
target_compile_definitions(mozillavpn PUBLIC MZ_ADJUST)
1515

1616
target_sources(shared-sources INTERFACE
1717
${CMAKE_CURRENT_SOURCE_DIR}/adjust/adjustfiltering.cpp

0 commit comments

Comments
 (0)