Ta-wei Yen | 7270388 | 2016-02-22 16:59:58 -0800 | [diff] [blame^] | 1 | include 'android-common' |
| 2 | project(':android-common').projectDir = new File(rootDir, 'frameworks/ex/common') |
| 3 | |
| 4 | include 'aplos' |
| 5 | project(':aplos').projectDir = new File(rootDir, 'vendor/unbundled_google/libs/aplos') |
| 6 | project(':aplos').buildFileName = 'build-split.gradle' |
| 7 | |
| 8 | include 'bind' |
| 9 | project(':bind').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/bind') |
| 10 | |
| 11 | include 'gdata' |
| 12 | project(':gdata').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/gdata') |
| 13 | |
| 14 | include 'golly' |
| 15 | project(':golly').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/golly') |
| 16 | |
| 17 | include 'gsf-client' |
| 18 | project(':gsf-client').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/gsfclient') |
| 19 | |
| 20 | include 'jsr305' |
| 21 | project(':jsr305').projectDir = new File(rootDir, 'external/jsr305') |
| 22 | |
| 23 | include 'guava' |
| 24 | project(':guava').projectDir = new File(rootDir, 'external/guava') |
| 25 | |
| 26 | include 'libphonenumber' |
| 27 | project(':libphonenumber').projectDir = new File(rootDir, 'external/libphonenumber') |
| 28 | project(':libphonenumber').buildFileName = 'build-full.gradle' |
| 29 | |
| 30 | include 'libprotobuf' |
| 31 | project(':libprotobuf').projectDir = new File(rootDir, 'external/protobuf') |
| 32 | |
| 33 | include 'pseudonymous-http' |
| 34 | project(':pseudonymous-http').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/pseudonymous_http') |
| 35 | |
| 36 | include 's2utils' |
| 37 | project(':s2utils').projectDir = new File(rootDir, 'external/s2utils') |
| 38 | |
| 39 | include 'smslib_pduutils' |
| 40 | project(':smslib_pduutils').projectDir = new File(rootDir, 'external/smslib_pduutils') |
| 41 | |
| 42 | include 'volley' |
| 43 | project(':volley').projectDir = new File(rootDir, 'frameworks/volley') |
| 44 | project(':volley').buildFileName = 'rules.gradle' |
| 45 | |
| 46 | include 'vcard' |
| 47 | project(':vcard').projectDir = new File(rootDir, 'frameworks/opt/vcard') |
| 48 | |
| 49 | include 'PhoneCommon' |
| 50 | project(':PhoneCommon').projectDir = new File(rootDir, 'packages/apps/PhoneCommon') |
| 51 | |
| 52 | include 'ContactsCommon' |
| 53 | project(':ContactsCommon').projectDir = new File(rootDir, 'packages/apps/ContactsCommon') |
| 54 | |
| 55 | include 'InCallUI' |
| 56 | project(':InCallUI').projectDir = new File(rootDir, 'packages/apps/Dialer/InCallUI') |
| 57 | |
| 58 | include 'dialer' |
| 59 | project(':dialer').projectDir = new File(rootDir, 'packages/apps/Dialer') |
| 60 | project(':dialer').buildFileName = 'build-app.gradle' |
| 61 | |
| 62 | include 'googledialer' |
| 63 | project(':googledialer').projectDir = new File(rootDir, 'vendor/unbundled_google/packages/GoogleDialer') |