From d0a7e97b83d636238143457c8714737df6ba7969 Mon Sep 17 00:00:00 2001 From: Ciprian Talaba Date: Wed, 10 Jan 2024 13:09:09 +0100 Subject: [PATCH] Fix link to Github Signed-off-by: Ciprian Talaba --- content/posts/include-vs-inherit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/include-vs-inherit.md b/content/posts/include-vs-inherit.md index 126e3c0..50cf10f 100644 --- a/content/posts/include-vs-inherit.md +++ b/content/posts/include-vs-inherit.md @@ -63,7 +63,7 @@ I found one interesting comment in that file that is relevant for the single val # - If multiple inherited makefiles set the var, the first-inherited value wins ``` -Seems pretty straightforward now, but let's put this to the test. I created a small test device that is inheriting from the AOSP Car Emulator device, you can browse all the files [on Github](https://github.com/esrlabs/android-team/tree/main/content/posts/incldue-vs-inherit). +Seems pretty straightforward now, but let's put this to the test. I created a small test device that is inheriting from the AOSP Car Emulator device, you can browse all the files [on Github](https://github.com/esrlabs/android-team/tree/main/content/posts/include-vs-inherit). The main part is in esr_emulator.mk, where we try to inherit some other files: