Fix typo in aosp_walleye_hwasan.mk.

Test: lunch aosp_walleye_hwasan-userdebug
Change-Id: I5216dbe4991e7c3c6f5057cb045bcdc3323bb470
This commit is contained in:
Stephen Hines
2019-12-16 17:06:29 -08:00
parent d1cd0bd5c4
commit 4ddb24fdbb

View File

@@ -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.