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