Skip to content
Snippets Groups Projects
Commit 398d6303 authored by Robert Drab's avatar Robert Drab Committed by Esben Haabendal
Browse files

linux-libc-headers: Install ashmem.h header file from drivers/staging


OpenHarmony requires Android Shared Memory kernel support which is currently
under drivers/staging/android/ and therefore the header file is not being
installed.

Signed-off-by: default avatarRobert Drab <robert.drab@huawei.com>
parent 50e59f14
No related branches found
No related tags found
1 merge request!1Initial code import
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# OpenHarmony relies on Android's ashmem, which is in staging and therefore
# the header is not installed by default
do_install:append:oniro-openharmony-linux() {
install ${S}/drivers/staging/android/uapi/ashmem.h ${D}${includedir}/linux
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment