Commit MetaInfo
Log Message
[TSCalibration2] Fix build
Change-Id: I66040c48578db11e68e481d0954fb3e618d0fc99
Ändern Zusammenfassung
Diff
| | @@ -18,6 +18,7 @@ include $(CLEAR_VARS) | 18 | 18 | | 19 | 19 | LOCAL_MODULE_TAGS := user development eng | 20 | 20 | LOCAL_SRC_FILES := $(call all-subdir-java-files) | 21 | | -LOCAL_PACKAGE_NAME := TSCalibration | | 21 | +LOCAL_PACKAGE_NAME := TSCalibration2 | | 22 | +LOCAL_OVERRIDES_PACKAGES := TSCalibration | 22 | 23 | LOCAL_CERTIFICATE := platform | 23 | 24 | include $(BUILD_PACKAGE) |
| | @@ -1,3 +1,4 @@ | | 1 | +<?xml version="1.0" encoding="utf-8"?> | 1 | 2 | <!-- | 2 | 3 | Copyright (C) 2010 0xlab.org | 3 | 4 | Authored by: Kan-Ru Chen <kanru@0xlab.org> |
| | @@ -14,7 +15,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 14 | 15 | See the License for the specific language governing permissions and | 15 | 16 | limitations under the License. | 16 | 17 | --> | 17 | | -<?xml version="1.0" encoding="utf-8"?> | 18 | 18 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 19 | 19 | package="org.zeroxlab.util.tscal" | 20 | 20 | android:sharedUserId="android.uid.system"> |
| | @@ -1,3 +1,4 @@ | | 1 | +<?xml version="1.0" encoding="utf-8"?> | 1 | 2 | <!-- | 2 | 3 | Copyright (C) 2010 0xlab.org | 3 | 4 | Authored by: Kan-Ru Chen <kanru@0xlab.org> |
| | @@ -14,7 +15,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 14 | 15 | See the License for the specific language governing permissions and | 15 | 16 | limitations under the License. | 16 | 17 | --> | 17 | | -<?xml version="1.0" encoding="utf-8"?> | 18 | 18 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 19 | 19 | android:layout_width="fill_parent" | 20 | 20 | android:layout_height="fill_parent" |
| | @@ -1,3 +1,4 @@ | | 1 | +<?xml version="1.0" encoding="utf-8"?> | 1 | 2 | <!-- | 2 | 3 | Copyright (C) 2010 0xlab.org | 3 | 4 | Authored by: Kan-Ru Chen <kanru@0xlab.org> |
| | @@ -14,7 +15,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 14 | 15 | See the License for the specific language governing permissions and | 15 | 16 | limitations under the License. | 16 | 17 | --> | 17 | | -<?xml version="1.0" encoding="utf-8"?> | 18 | 18 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 19 | 19 | android:layout_width="fill_parent" | 20 | 20 | android:layout_height="fill_parent" |
| | @@ -1,3 +1,4 @@ | | 1 | +<?xml version="1.0" encoding="utf-8"?> | 1 | 2 | <!-- | 2 | 3 | Copyright (C) 2010 0xlab.org | 3 | 4 | Authored by: Kan-Ru Chen <kanru@0xlab.org> |
| | @@ -14,7 +15,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 14 | 15 | See the License for the specific language governing permissions and | 15 | 16 | limitations under the License. | 16 | 17 | --> | 17 | | -<?xml version="1.0" encoding="utf-8"?> | 18 | 18 | <resources> | 19 | 19 | <string name="app_name">Calibration</string> | 20 | 20 | <string name="intro">Touch Screen Calibration:\nPlease tap the circle.</string> |
Show on old repository browser
|