Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 108287d7 authored by Yifan Hong's avatar Yifan Hong
Browse files

Add libandroid_sensor_headers

This is a subset of NDK headers for vendor modules to use.
It only includes headers for sensors.

Test: m libsensorndkbridge -j
Test: BOARD_VNDK_VERSION=current m libsensorndkbridge.vendor -j

Bug: 33241851
Change-Id: Ia5ab876441f2f7d437a516aa97961b7a3540048d
parent 20ce19cd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -13,3 +13,9 @@ subdirs = [
    "services/*",
    "vulkan",
]

cc_library_headers {
    name: "libandroid_sensor_headers",
    vendor: true,
    export_include_dirs: ["include_sensor"],
}
+1 −0
Original line number Diff line number Diff line
../../include/android/looper.h
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
../../include/android/sensor.h
 No newline at end of file