diff options
Diffstat (limited to 'toolchain/deployment-file.json.in')
-rw-r--r-- | toolchain/deployment-file.json.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/deployment-file.json.in b/toolchain/deployment-file.json.in index 64b481b0..92b1bba2 100644 --- a/toolchain/deployment-file.json.in +++ b/toolchain/deployment-file.json.in @@ -14,5 +14,6 @@ ##EXTRAPLUGINS## "android-package-source-directory": "@ANDROID_APK_DIR@", "stdcpp-path": "@GNUSTL_SHARED@", - "sdkBuildToolsRevision": "@ANDROID_SDK_BUILD_TOOLS_REVISION@" + "sdkBuildToolsRevision": "@ANDROID_SDK_BUILD_TOOLS_REVISION@", + "extraPrefixDirs": [ @EXTRA_PREFIX_DIRS@ ] } |