mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Sensors: cleanup includes in default implemenation
Test: compiles Change-Id: Ib0aa43c186a4626117ed6b19a3881cb1822a5cdc
This commit is contained in:
@@ -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"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "include/convert.h"
|
||||
#include "convert.h"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user