Skip to content

Commit

Permalink
Merge pull request #6 from esrlabs/fix-github-link
Browse files Browse the repository at this point in the history
Fix link to Github
  • Loading branch information
elektronenhirn authored Jan 10, 2024
2 parents f480670 + d0a7e97 commit d8a8007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/include-vs-inherit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d8a8007

Please sign in to comment.