OSDN Git Service

disable the thinkpad target jb-x86 kitkat-x86
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 7 Feb 2014 15:46:41 +0000 (23:46 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 7 Feb 2014 15:48:15 +0000 (23:48 +0800)
Since jb-x86 and later, we use some utilities defined in this device tree,
but not the target itself.

AndroidProducts.mk [deleted file]
vendorsetup.sh [deleted file]
wacom/Android.mk

diff --git a/AndroidProducts.mk b/AndroidProducts.mk
deleted file mode 100644 (file)
index 3f5f9aa..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Copyright (C) 2010 The Android-x86 Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-#
-# This file should set PRODUCT_MAKEFILES to a list of product makefiles
-# to expose to the build system.  LOCAL_DIR will already be set to
-# the directory containing this file.
-#
-# This file may not rely on the value of any variable other than
-# LOCAL_DIR; do not use any conditionals, and do not look up the
-# value of any variable that isn't set in this file or in a file that
-# it includes.
-#
-
-PRODUCT_MAKEFILES := \
-    $(LOCAL_DIR)/thinkpad.mk
diff --git a/vendorsetup.sh b/vendorsetup.sh
deleted file mode 100644 (file)
index cad7663..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-add_lunch_combo thinkpad-eng
-add_lunch_combo thinkpad-user
index e131b44..577792d 100644 (file)
@@ -9,7 +9,7 @@ LOCAL_SRC_FILES:= wactablet.c wacserial.c wacusb.c wacom-input.c
 
 LOCAL_C_INCLUDES := $(KERNEL_HEADERS)
 
-LOCAL_CFLAGS := -O2 -Wall
+LOCAL_CFLAGS := -O2 -Wall -Wno-unused-parameter
 
 ifeq ($(TARGET_ARCH),x86)
 LOCAL_CFLAGS += -Ulinux