File tree 1 file changed +15
-13
lines changed
1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,6 @@ cat /VERSION
5
5
6
6
BASE_DIR=" $( pwd) "
7
7
8
- # Build grpc-cronet
9
-
10
- cd " $BASE_DIR /github/grpc-java/cronet"
11
- ./cronet_deps.sh
12
- ../gradlew --include-build .. build
13
-
14
-
15
- # Build grpc-android
16
-
17
- cd " $BASE_DIR /github/grpc-java/android"
18
- ../gradlew --include-build .. build
19
-
20
-
21
8
# Install gRPC and codegen for the Android examples
22
9
# (a composite gradle build can't find protoc-gen-grpc-java)
23
10
@@ -36,6 +23,21 @@ ln -s "/tmp/protobuf-${PROTOBUF_VERSION}/$(uname -s)-$(uname -p)" /tmp/protobuf
36
23
37
24
./gradlew install
38
25
26
+ # Build Cronet
27
+
28
+ pushd cronet
29
+ ./cronet_deps.sh
30
+ ../gradlew build
31
+ popd
32
+
33
+ # Build grpc-android
34
+
35
+ pushd android
36
+ ../gradlew build
37
+ popd
38
+
39
+ # Build examples
40
+
39
41
cd ./examples/android/clientcache
40
42
./gradlew build
41
43
cd ../routeguide
You can’t perform that action at this time.
0 commit comments