OSDN Git Service

drm_hwcomposer: Create make target to test filegroups
authorRoman Stratiienko <r.stratiienko@gmail.com>
Mon, 15 Feb 2021 13:41:53 +0000 (15:41 +0200)
committerRoman Stratiienko <r.stratiienko@gmail.com>
Mon, 1 Mar 2021 11:47:46 +0000 (13:47 +0200)
commite398334e9741c9a67a6c257b219c5415855e14c7
tree9038d76deae8ebf3bec2601f331c149c3c9d71cc
parentfa0023394b883cf77dc26365041e9f3d95a21157
drm_hwcomposer: Create make target to test filegroups

Android.bp contains filegroups that are not built by default
(e.g. using $ mmma external/drm_hwcomposer)

Fix it.

To ensure build will work on wide range of Android versions,
pull depended headers from AOSP-11 tree:
1. Mali: "device/linaro/hikey/gralloc960"
2. Imagination: "hardware/ti/am57x/libhwcomposer"
and put it into ./tests/test_include directory.

Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
bufferinfo/BufferInfoGetter.h
tests/Android.bp
tests/test_include/gralloc_helper.h [new file with mode: 0644]
tests/test_include/gralloc_priv.h [new file with mode: 0644]
tests/test_include/img_gralloc1_public.h [new file with mode: 0644]
tests/test_include/mali_gralloc_buffer.h [new file with mode: 0644]
tests/test_include/mali_gralloc_formats.h [new file with mode: 0644]
tests/test_include/mali_gralloc_private_interface_types.h [new file with mode: 0644]
tests/test_include/mali_gralloc_usages.h [new file with mode: 0644]