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

Commit 823c6883 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Fix the QCOM_BSP ifdef

We only want this when the full BSP is enabled.

Change-Id: I7bb7b0d274d1221c5bb566d4ac24419e1e134519
parent d33ce433
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ enum {
    NATIVE_WINDOW_SET_BUFFERS_USER_DIMENSIONS = 15, /* private */
    NATIVE_WINDOW_SET_POST_TRANSFORM_CROP   = 16,   /* private */
    NATIVE_WINDOW_SET_BUFFERS_SIZE          = 17,   /* private */
#ifdef QCOM_HARDWARE
#ifdef QCOM_BSP
    NATIVE_WINDOW_UPDATE_BUFFERS_GEOMETRY   = 18,   /* private */
#endif
};