Android P Preview 3 (PPP3.180510.008)
Android p preview 2
ASensorManager.h should include android-base/macros.h

DISALLOW_COPY_AND_ASSIGN comes from macros.h and it should be
included. Right now this works by accident because something
else includes this.

Fix it properly by including the header-file directly.
This follows ASensorEventQueue.h.

Fixes: 70922645
Test: Build
Change-Id: Iac0c9d171fe581739a325607da21154808279e05
1 file changed