summaryrefslogtreecommitdiff
path: root/android/README
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-08-01 16:40:02 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-08-06 10:34:05 +0300
commitda0e7cab444a03bc9872e0d27b14feb1eed6230d (patch)
treee96a4840619d7522a62e22487adf17af704805bd /android/README
parentd9ccc222397492b932ce64624372cc2f05437314 (diff)
downloadbluez-da0e7cab444a03bc9872e0d27b14feb1eed6230d.tar.gz
android/doc: Add instructions for android-ia
Add instructions for building Android image based on android-ia from 01.org.
Diffstat (limited to 'android/README')
-rw-r--r--android/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/android/README b/android/README
index fb00f40ea..79434fccf 100644
--- a/android/README
+++ b/android/README
@@ -84,6 +84,31 @@ After full build is done it is possible to rebuild only BlueZ:
'mm' (or 'mm -B' to force rebuilding of all files)
'adb sync' to update target device.
+Downloading and building for Intel devices
+------------------------------------------
+
+Sample Android tree with all required components for Intel devices based on
+Intel reference image (https://01.org/android-ia) is availabe at
+https://code.google.com/p/android-bluez/
+
+This tree provides support for Dell XPS12, Minnowboard MAX, Intel NUC,
+Acer Iconia W700 and other devices mentioned in:
+https://01.org/android-ia/guides/devices
+
+Downloading:
+repo init -u https://code.google.com/p/android-bluez.manifest/ -b android-ia \
+ -m topic/bluez/master
+repo sync
+
+Building:
+source build/envsetup.sh
+lunch haswell_generic-eng
+make -j8
+
+Installing:
+Live and Install image is $OUT/live.img
+Flash live.img to USB flash and boot from it. More instructions here:
+https://01.org/android-ia/guides/developers/build-and-install
Linux Kernel requirements
-------------------------