~robertcarr/mir/focus-tell-dont-ask

« back to all changes in this revision

Viewing changes to 3rd_party/android-input/README

  • Committer: Robert Carr
  • Date: 2013-09-20 15:01:31 UTC
  • mfrom: (1063.2.10 trunk)
  • Revision ID: robert.carr@canonical.com-20130920150131-duv5gzkzyte13gh6
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
All the needed base, helper and utility classes (e.g. String8) were also brought along.
5
5
 
6
 
Subdirectories:
7
 
 * android_pristine - The original, unmodified, android files, as they were
8
 
                      fetched from android's source tree. Here just as a reference
9
 
                      to track the local modifications made. Useful when you want to
10
 
                      update the project to the latest android source tree.
11
 
 * android - The android files, but with some modifications to work on this
12
 
             project. They are the ones that actually get compiled.
13
 
 
14
 
We strive to keep a minimal delta between android and android_pristine to make easier
15
 
for us to get all updates made by them on the android project. That is, to avoid
16
 
forking that code and therefore having to maintain it all ourselves. We just maintain
17
 
the delta/modifications instead.
18
 
 
19
 
Running
20
 
=======
21
 
 
22
 
Set the following environment variables to something or any path, otherwise applications
23
 
seg fault: ANDROID_ROOT, ANDROID_DATA
24
 
 
25
6
Debugging
26
7
=========
27
8