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

Commit cefd01cd authored by Steven Moreland's avatar Steven Moreland
Browse files

Sensors: cleanup includes in default implemenation

Test: compiles
Change-Id: Ib0aa43c186a4626117ed6b19a3881cb1822a5cdc
parent 8610eb8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ cc_library_shared {
    static_libs: [
        "android.hardware.sensors@1.0-convert",
    ],
    local_include_dirs: ["include/sensors"],
}

cc_library_static {
@@ -33,6 +34,7 @@ cc_library_static {
        "libhidl",
        "android.hardware.sensors@1.0",
    ],
    local_include_dirs: ["include/sensors"],
}

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#include "include/convert.h"
#include "convert.h"

#include <android-base/logging.h>