aosp_flo.mk -> razor.mk

This commit is contained in:
followmsi 2017-04-27 09:31:05 +02:00
parent a92b48b4c5
commit af76714289
4 changed files with 6 additions and 3 deletions

View File

@ -15,5 +15,6 @@
#
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_flo.mk \
$(LOCAL_DIR)/razor.mk \
$(LOCAL_DIR)/full_flo.mk

View File

@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
$(call inherit-product, device/asus/flo/aosp_flo.mk)
$(call inherit-product, device/asus/flo/razor.mk)
PRODUCT_NAME := full_flo

View File

@ -14,4 +14,6 @@
# limitations under the License.
#
add_lunch_combo aosp_flo-userdebug
add_lunch_combo razor-userdebug
add_lunch_combo full_flo-userdebug