commit | d44ffc78ae12d0309908ba852ae35466297d9f1d | [log] [tgz] |
---|---|---|
author | Mykhailo Androsiuk <mykhailo_androsiuk@epam.com> | Thu Sep 12 12:24:55 2024 +0300 |
committer | Mykhailo Androsiuk <mykhailo_androsiuk@epam.com> | Thu Sep 12 15:54:14 2024 +0300 |
tree | aa029d624b79f983468cea5d77dd74d8e4615025 | |
parent | 8ac53efadee8da49ecd96656336dab15485a5f62 [diff] |
[Android.bp] Remove duplicate source entry in filegroup Remove the duplicate entry of "hwc3/DrmHwcThree.cpp" from the filegroup { name: "drm_hwcomposer_hwc3" }. This fixes the following Android build error: ``` FAILED: ninja: out/soong/build.ninja:4521392: multiple rules generate out/soong/.intermediates/external/drm_hwcomposer/ android.hardware.composer.hwc3-service.drm/ android_vendor.34_arm64_armv8-a_cortex-a53/obj/external/drm_hwcomposer/ hwc3/DrmHwcThree.o [-w dupbuild=err] ``` Signed-off-by: Mykhailo Androsiuk <mykhailo_androsiuk@epam.com>
Patches to drm_hwcomposer are very much welcome, we really want this to be the universal HW composer implementation for Android and similar platforms. So please bring on porting patches, bugfixes, improvements for documentation and new features.
A short list of contribution guidelines:
Submit changes via gitlab merge requests on gitlab.freedesktop.org.
drm_hwcomposer is Apache 2.0 Licensed and we require contributions to follow the developer's certificate of origin: http://developercertificate.org/.
When submitting new code please follow the naming conventions documented in the generated documentation. Also please make full use of all the helpers and convenience macros provided by drm_hwcomposer. The below command can help you with formatting of your patches:
git diff | clang-format-diff-15 -p 1 -style=file
Hardware specific changes should be tested on relevant platforms before committing.
If you need inspiration, please checkout our TODO issues.
Happy hacking!