From 569f6ba8258eb31bc460efbb259b9dca90b9180a Mon Sep 17 00:00:00 2001 From: kurtwalkir Date: Sat, 20 Jun 2020 19:17:08 +0300 Subject: [PATCH] 04-HAL: Add links on dependencies repositories Added dependencies links on android manifest, hikey960 kernel, hikey960 BSP. Signed-off-by: kurtwalkir --- 04-HAL/README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/04-HAL/README.md b/04-HAL/README.md index 0e9c7ae..43267c0 100644 --- a/04-HAL/README.md +++ b/04-HAL/README.md @@ -1,3 +1,9 @@ +# Project dependencies +Android manifest: https://github.com/kurtwalkir/android_manifest +Hikey Linaro Device: https://github.com/kurtwalkir/hikey-linaro-device +Hikey Linaro Kernel: https://github.com/kurtwalkir/hikey-linaro-kernel +HAL/App/Service: https://github.com/kurtwalkir/gl-android-training-2020 + # Description: A simple project for controlling the hikey 960 LEDs. @@ -12,17 +18,12 @@ Implemented:
Manual: -1. Clone these changes to the hikey vendor folder.
-2. Add:
-$(call inherit-product-if-exists, vendor/gl/hikey960/device-vendor.mk)
-to file:
-/hikey960/device/linaro/hikey/hikey960/device-hikey960.mk
- -3. Setup the build environment (if it is not done yet):
+1. Clone all repo in your project folder.
+2. Setup the build environment (if it is not done yet):
. ./build/envsetup.sh
lunch hikey960-userdebug
-4. Run the build:
+3. Run the build:
make -j8