Skip to content

Commit

Permalink
camera: include: Don't override possible overlayed header
Browse files Browse the repository at this point in the history
 * 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 e2b4384).

Change-Id: I6bf7d1da7448d71f7821d40501db971f837781db
  • Loading branch information
bgcngm authored and Martinusbe committed Sep 24, 2017
1 parent 8ffb906 commit 70386b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/include/camera/CameraParameters2.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

namespace android {

Expand Down

0 comments on commit 70386b6

Please sign in to comment.