OSDN Git Service

android-x86/external-tslib.git
14 years agoAndroid.mk: compile this module only if BOARD_USES_TSLIB is true
Chih-Wei Huang [Thu, 7 Jan 2010 10:03:30 +0000 (18:03 +0800)]
Android.mk: compile this module only if BOARD_USES_TSLIB is true

14 years agoChange pointercal's path to writable area.
Bryan Hundven [Wed, 2 Dec 2009 08:59:07 +0000 (00:59 -0800)]
Change pointercal's path to writable area.

/system/etc is on a read-only partition. /data should be readable and
writable by uid:1000 and gid:1000.

14 years agoDocument ts_setting()'s ts.env file in README
Bryan Hundven [Wed, 2 Dec 2009 08:57:52 +0000 (00:57 -0800)]
Document ts_setting()'s ts.env file in README

14 years agoAdd ts_setting() and remove unused files.
Bryan Hundven [Wed, 2 Dec 2009 08:51:21 +0000 (00:51 -0800)]
Add ts_setting() and remove unused files.

Java programs on android, like ConnectBot and Term, do not inherit
environment variables. This just allows these setting to be stored in a
file.

Also removed all autoconf, automake, and other unused files.

14 years agoDon't install files from etc
Bryan Hundven [Wed, 2 Dec 2009 08:45:29 +0000 (00:45 -0800)]
Don't install files from etc

These files should be installed by your product.

14 years agoInitial Commit.
Bryan Hundven [Wed, 2 Dec 2009 08:35:09 +0000 (00:35 -0800)]
Initial Commit.

This includes the Egalaxy/Touchkit patch from:
tslib-general/2009-July/000212.html
on the tslib mailing list.

I also added modified versions of Android.mk from tslibonandroid.sf.net