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

Commit ff5a4705 authored by Bruno Martins's avatar Bruno Martins
Browse files

camera: include: Don't override possible overlayed header

 * If targets define a specific header path, then let it be the case
   and don't override it to avoid mismatched headers in the modules.

 * This only became an issue since O due to moved camera headers (commit e2b43843).

Change-Id: I6bf7d1da7448d71f7821d40501db971f837781db
parent 2f65e951
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

#include <utils/Vector.h>
#include <utils/String8.h>
#include "CameraParameters.h"
#include <camera/CameraParameters.h>

namespace android {