From 44a9a2a2f061660ac61cad4b47c7301c63135e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Tue, 19 Jun 2018 10:47:26 +0200 Subject: Fix shadow build for android (On Windows at least) the target folder has to exist for the IInAppBillingService.java to be created/touched. Change-Id: I0364012a76019a4db010a7b8a9afe178a80f0e16 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/android/android.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/android/android.pro b/src/android/android.pro index 8c355d0..a21ac2d 100644 --- a/src/android/android.pro +++ b/src/android/android.pro @@ -35,6 +35,7 @@ PATHPREFIX = $$PWD/src/org/qtproject/qt5/android/purchasing/ } !exists($$AIDL_CMD): error("The path $$AIDL_CMD does not exist. Please set the environment variable ANDROID_BUILD_TOOLS_REVISION to the revision of the build tools installed in your Android SDK.") + mkpath($$OUT_PWD/src/com/android/vending/billing/) system($$AIDL_CMD -I$$PWD/src -p$$FRAMEWORK_AIDL_FILE $$PWD/src/com/android/vending/billing/IInAppBillingService.aidl $$OUT_PWD/src/com/android/vending/billing/IInAppBillingService.java) } -- cgit v1.2.3