From: Chih-Wei Huang Date: Fri, 7 Feb 2014 15:46:41 +0000 (+0800) Subject: disable the thinkpad target X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=refs%2Fheads%2Fjb-x86;p=android-x86%2Fdevice-ibm-thinkpad.git disable the thinkpad target Since jb-x86 and later, we use some utilities defined in this device tree, but not the target itself. --- diff --git a/AndroidProducts.mk b/AndroidProducts.mk deleted file mode 100644 index 3f5f9aa..0000000 --- a/AndroidProducts.mk +++ /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 index cad7663..0000000 --- a/vendorsetup.sh +++ /dev/null @@ -1,2 +0,0 @@ -add_lunch_combo thinkpad-eng -add_lunch_combo thinkpad-user diff --git a/wacom/Android.mk b/wacom/Android.mk index e131b44..577792d 100644 --- a/wacom/Android.mk +++ b/wacom/Android.mk @@ -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