Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
huashan: Switch from add_lunch_combo to COMMON_LUNCH_CHOICES
Browse files Browse the repository at this point in the history
Bug: 77599627
Test: lunch  [see entries in list]
Change-Id: Id44fcfec47eeb979a745f879031f1bec7359a633
  • Loading branch information
danw authored and AdrianDC committed Aug 9, 2020
1 parent cdf171c commit 3d8f4d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
8 changes: 7 additions & 1 deletion AndroidProducts.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2013-2016 The CyanogenMod Project
# (C) 2017-2018 The LineageOS Project
# (C) 2017-2019 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -17,3 +17,9 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_huashan.mk \
$(LOCAL_DIR)/lineage_huashan.mk

COMMON_LUNCH_CHOICES := \
aosp_huashan-eng \
aosp_huashan-userdebug \
lineage_huashan-eng \
lineage_huashan-userdebug
18 changes: 0 additions & 18 deletions vendorsetup.sh

This file was deleted.

0 comments on commit 3d8f4d6

Please sign in to comment.