• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3set -e
4
5T="${ANDROID_BUILD_TOP}"
6cd $(dirname "$0")
7
8source ${T}/build/envsetup.sh
9
10# Show the commands on the terminal.
11set -x
12
13cd expat
14
15./buildconf.sh
16./configure
17
18mv -f expat_config.h ../expat_config.h
19
20make
21