diff options
| author | Patrick Tjin <pattjin@google.com> | 2016-01-29 15:56:38 -0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2016-01-29 15:56:38 -0800 |
| commit | a148bca5f445445fb7a5e96b1cdd72ff6e382b56 (patch) | |
| tree | 425c38832865ae52c6c39e9a52e07bcca4071494 /aosp_marlin.mk | |
| parent | 46a34fdbe14153f71a006213717531c6c3572c80 (diff) | |
Rename directories to fix build
Change-Id: Ia79052248f40df367aaaec8e9e29e692ed11f27b
Diffstat (limited to 'aosp_marlin.mk')
| -rw-r--r-- | aosp_marlin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aosp_marlin.mk b/aosp_marlin.mk index acd78cba..5ffd3571 100644 --- a/aosp_marlin.mk +++ b/aosp_marlin.mk @@ -27,8 +27,8 @@ PRODUCT_MODEL := AOSP on msm8996 PRODUCT_MANUFACTURER := HTC PRODUCT_RESTRICT_VENDOR_FILES := true -$(call inherit-product, device/htc/marlin/device-marlin.mk) -$(call inherit-product-if-exists, vendor/htc/marlin/device-vendor.mk) +$(call inherit-product, device/google/marlin/device-marlin.mk) +$(call inherit-product-if-exists, vendor/google_devices/marlin/device-vendor.mk) PRODUCT_PACKAGES += \ Launcher3 |
