diff --git a/pythonforandroid/build.py b/pythonforandroid/build.py index 4d50ff141c..6c1c401924 100644 --- a/pythonforandroid/build.py +++ b/pythonforandroid/build.py @@ -19,6 +19,7 @@ check_ndk_version, check_target_api, check_ndk_api, RECOMMENDED_NDK_API, RECOMMENDED_TARGET_API) + class Context(object): '''A build context. If anything will be built, an instance this class will be instantiated and used to hold all the build state.''' diff --git a/pythonforandroid/recommendations.py b/pythonforandroid/recommendations.py index 2fcdb842d8..3cfb79dbf4 100644 --- a/pythonforandroid/recommendations.py +++ b/pythonforandroid/recommendations.py @@ -14,10 +14,6 @@ NEW_NDK_MESSAGE = 'Newer NDKs may not be fully supported by p4a.' -def get_recommended_ndk(): - pass - - def check_ndk_version(ndk_dir): # Check the NDK version against what is currently recommended version = read_ndk_version(ndk_dir)