From 47e24e9fe2d5a8ccf7b23178faab7aa8d43034dd Mon Sep 17 00:00:00 2001 From: Alex Naidis Date: Sun, 10 Jan 2016 14:18:54 +0000 Subject: [PATCH] core: Makefile: fix a typo in a comment Change-Id: I1a8f1a4e2d7d29fa930fd0a07f4885c162f3e1f4 Signed-off-by: Alex Naidis --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 7082f5af5..b2305e679 100644 --- a/core/Makefile +++ b/core/Makefile @@ -284,7 +284,7 @@ endif # ----------------------------------------------------------------- # vendor build.prop # -# For verifying that the vendor build is what we thing it is +# For verifying that the vendor build is what we think it is ifdef BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE INSTALLED_VENDOR_BUILD_PROP_TARGET := $(TARGET_OUT_VENDOR)/build.prop ALL_DEFAULT_INSTALLED_MODULES += $(INSTALLED_VENDOR_BUILD_PROP_TARGET)