Skip to content

Commit

Permalink
power: Rename perf flag
Browse files Browse the repository at this point in the history
Change-Id: I1ef77fe1757d5ad183960faef74781d56db71ebe
  • Loading branch information
tdmcyngn committed Sep 25, 2014
1 parent ac4af6e commit 1bdfa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions power/Android.mk
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ifneq ($(WITH_QC_PERF),true)
ifneq ($(TARGET_HAVE_QC_PERF),true)
ifeq ($(TARGET_POWERHAL_VARIANT),cm)

LOCAL_PATH := $(call my-dir)
Expand Down Expand Up @@ -44,4 +44,4 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)

endif # TARGET_POWERHAL_VARIANT == cm
endif # !WITH_QC_PERF
endif # !TARGET_HAVE_QC_PERF

0 comments on commit 1bdfa72

Please sign in to comment.