Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-tslib: Commit

external/tslib


Commit MetaInfo

Revision1078f7a373e2cce2507146f094e7341fcb869fc0 (tree)
Time2011-01-23 02:01:07
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

define the PRODUCT_PACKAGES for tslib

Since gingerbread, a module will not be included in a target product
unless the module is defined in its PRODUCT_PACKAGES. So
a product which needs tslib should inherit tslib.mk.

Change Summary

Incremental Difference

--- /dev/null
+++ b/tslib.mk
@@ -0,0 +1,31 @@
1+#
2+# Copyright (C) 2011 The Android-x86 Open Source Project
3+#
4+# Licensed under the Apache License, Version 2.0 (the "License");
5+# you may not use this file except in compliance with the License.
6+# You may obtain a copy of the License at
7+#
8+# http://www.apache.org/licenses/LICENSE-2.0
9+#
10+
11+# for touchscreen calibration
12+PRODUCT_PACKAGES := \
13+ ts_calibrate \
14+
15+# plugins
16+PRODUCT_PACKAGES += \
17+ arctic2 \
18+ collie \
19+ corgi \
20+ dejitter \
21+ galax \
22+ h3600 \
23+ input-raw \
24+ linear \
25+ linear-h2200 \
26+ mk712 \
27+ pthres \
28+ tatung \
29+ touchkit \
30+ ucb1x00 \
31+ variance
Show on old repository browser