diff --git a/android/service/engine/AndroidManifest.xml b/android/service/engine/AndroidManifest.xml index 5fee38f1b..9512c7b6c 100644 --- a/android/service/engine/AndroidManifest.xml +++ b/android/service/engine/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="12" + android:versionName="1.2" > diff --git a/android/service/engine/jni/BinderComponent/HardwareDetector.cpp b/android/service/engine/jni/BinderComponent/HardwareDetector.cpp index ce6032521..ccfad3ccf 100644 --- a/android/service/engine/jni/BinderComponent/HardwareDetector.cpp +++ b/android/service/engine/jni/BinderComponent/HardwareDetector.cpp @@ -156,7 +156,6 @@ int GetProcessorCount() int DetectKnownPlatforms() { -#ifdef __SUPPORT_TEGRA3 int tegra_status = DetectTegra(); if (3 == tegra_status) @@ -167,9 +166,6 @@ int DetectKnownPlatforms() { return PLATFORM_UNKNOWN; } -#else - return PLATFORM_UNKNOWN; -#endif // NOTE: Uncomment when all Tegras will be supported /*if (tegra_status > 0)