summaryrefslogtreecommitdiffstats
path: root/libs/input
diff options
context:
space:
mode:
authorkeunyoung <keunyoung@google.com>2013-07-02 10:45:21 -0700
committerkeunyoung <keunyoung@google.com>2013-07-02 10:45:21 -0700
commit80b5cf9934b8f450d8c1145f0f937ff40829c81b (patch)
treeac8d5ed255ff10608c0770bca503d1d69e95ca15 /libs/input
parentd1e81e31af1c42e09b0ad6bb812a71ec0bbc5a20 (diff)
downloadframeworks_native-80b5cf9934b8f450d8c1145f0f937ff40829c81b.zip
frameworks_native-80b5cf9934b8f450d8c1145f0f937ff40829c81b.tar.gz
frameworks_native-80b5cf9934b8f450d8c1145f0f937ff40829c81b.tar.bz2
do not build libinput in PDK
- skia is not available in PDK, and it causes build break. bug: 9528927 Change-Id: I89663e4a4bd52858506e3b52fbf8ca85d9992363
Diffstat (limited to 'libs/input')
-rw-r--r--libs/input/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/input/Android.mk b/libs/input/Android.mk
index b3d9e64..2a1e762 100644
--- a/libs/input/Android.mk
+++ b/libs/input/Android.mk
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ifneq ($(TARGET_BUILD_PDK),true)
+
LOCAL_PATH:= $(call my-dir)
# libinput is partially built for the host (used by build time keymap validation tool)
@@ -83,3 +85,5 @@ include $(BUILD_SHARED_LIBRARY)
ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call first-makefiles-under,$(LOCAL_PATH))
endif
+
+endif #!PDK