Skip to content

Commit

Permalink
04-HAL: Add links on dependencies repositories
Browse files Browse the repository at this point in the history
Added dependencies links on android manifest, hikey960
kernel, hikey960 BSP.

Signed-off-by: kurtwalkir <[email protected]>
  • Loading branch information
kurtwalkir committed Jun 20, 2020
1 parent a03b49c commit 569f6ba
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions 04-HAL/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -12,17 +18,12 @@ Implemented:

<details>
<summary>Manual:</summary>
1. Clone these changes to the hikey vendor folder.<br/>
2. Add:<br/>
$(call inherit-product-if-exists, vendor/gl/hikey960/device-vendor.mk)<br/>
to file:<br/>
/hikey960/device/linaro/hikey/hikey960/device-hikey960.mk<br/>

3. Setup the build environment (if it is not done yet):<br/>
1. Clone all repo in your project folder.<br/>
2. Setup the build environment (if it is not done yet):<br/>
. ./build/envsetup.sh<br/>
lunch hikey960-userdebug<br/>

4. Run the build:<br/>
3. Run the build:<br/>
make -j8<br/>


Expand Down

0 comments on commit 569f6ba

Please sign in to comment.