| DESCRIPTION = "Android libhardware" |
| LICENSE = "Apache-2.0" |
| LIC_FILES_CHKSUM = "file://NOTICE;md5=9645f39e9db895a4aa6e02cb57294595" |
| |
| SRC_URI = " \ |
| git://android.googlesource.com/platform/hardware/libhardware;name=platform/hardware/libhardware;destsuffix=platform/hardware/libhardware/ \ |
| file://hardware.patch \ |
| " |
| |
| SRCREV_platform/hardware/libhardware = "51d03179c9ddeeb71f36bfac40e445263b5e76e2" |
| |
| S = "${WORKDIR}/platform/hardware/libhardware" |
| |
| do_install(){ |
| install -d ${D}${includedir} |
| install -m 0644 ${S}/include/hardware/hardware.h ${D}${includedir} |
| install -m 0644 ${S}/include/hardware/boot_control.h ${D}${includedir} |
| } |