From 48aeaf623907b9a976145be4f82c50528fad44b9 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Thu, 12 Jul 2012 13:12:16 +0000 Subject: [PATCH] Tegra detector fixed; Some aditional logs added; AndroidManifest version incremented. --- android/service/engine/AndroidManifest.xml | 4 ++-- android/service/engine/jni/BinderComponent/HardwareDetector.cpp | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/android/service/engine/AndroidManifest.xml b/android/service/engine/AndroidManifest.xml index 5fee38f..9512c7b 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 ce60325..ccfad3c 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) -- 2.7.4