From 4ddb24fdbbe99376797e85464a12326946c49e68 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Mon, 16 Dec 2019 17:06:29 -0800 Subject: [PATCH] Fix typo in aosp_walleye_hwasan.mk. Test: lunch aosp_walleye_hwasan-userdebug Change-Id: I5216dbe4991e7c3c6f5057cb045bcdc3323bb470 --- aosp_walleye_hwasan.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aosp_walleye_hwasan.mk b/aosp_walleye_hwasan.mk index 81afa64..948b8da 100644 --- a/aosp_walleye_hwasan.mk +++ b/aosp_walleye_hwasan.mk @@ -14,7 +14,7 @@ # limitations under the License. # -$(call inherit-product, device/google/walleye/aosp_walleye.mk) +$(call inherit-product, device/google/muskie/aosp_walleye.mk) PRODUCT_NAME := aosp_walleye_hwasan # Add "hwaddress" as a global sanitizer if it's missing.