summaryrefslogtreecommitdiff
path: root/tools/gradle/settings.gradle
blob: fdccfb515b37631b97c7a89dc0c014629332af86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
include 'android-common'
project(':android-common').projectDir = new File(rootDir, 'frameworks/ex/common')

include 'aplos'
project(':aplos').projectDir = new File(rootDir, 'vendor/unbundled_google/libs/aplos')
project(':aplos').buildFileName = 'build-split.gradle'

include 'bind'
project(':bind').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/bind')

include 'gdata'
project(':gdata').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/gdata')

include 'golly'
project(':golly').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/golly')

include 'gsf-client'
project(':gsf-client').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/gsfclient')

include 'jsr305'
project(':jsr305').projectDir = new File(rootDir, 'external/jsr305')

include 'guava'
project(':guava').projectDir = new File(rootDir, 'external/guava')

include 'libphonenumber'
project(':libphonenumber').projectDir = new File(rootDir, 'external/libphonenumber')
project(':libphonenumber').buildFileName = 'build-full.gradle'

include 'libprotobuf'
project(':libprotobuf').projectDir = new File(rootDir, 'external/protobuf')

include 'pseudonymous-http'
project(':pseudonymous-http').projectDir = new File(rootDir, 'vendor/unbundled_google/libraries/pseudonymous_http')

include 's2utils'
project(':s2utils').projectDir = new File(rootDir, 'external/s2utils')

include 'smslib_pduutils'
project(':smslib_pduutils').projectDir = new File(rootDir, 'external/smslib_pduutils')

include 'volley'
project(':volley').projectDir = new File(rootDir, 'frameworks/volley')
project(':volley').buildFileName = 'rules.gradle'

include 'vcard'
project(':vcard').projectDir = new File(rootDir, 'frameworks/opt/vcard')

include 'phonecommon'
project(':phonecommon').projectDir = new File(rootDir, 'packages/apps/PhoneCommon')

include 'contactscommon'
project(':contactscommon').projectDir = new File(rootDir, 'packages/apps/ContactsCommon')

include 'incallui'
project(':incallui').projectDir = new File(rootDir, 'packages/apps/Dialer/InCallUI')

include 'dialer'
project(':dialer').projectDir = new File(rootDir, 'packages/apps/Dialer')
project(':dialer').buildFileName = 'build-library.gradle'

include 'googledialer'
project(':googledialer').projectDir = new File(rootDir, 'vendor/unbundled_google/packages/GoogleDialer')