Skip to content
Snippets Groups Projects
Commit 53afcbc3 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Rename AOSP builds to aosp_*

Change-Id: Ia8846e2f30de4427d6bba6e73e6020c602d67faa
parent 5fd28ca0
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,4 @@
# limitations under the License.
#
PRODUCT_MAKEFILES := $(LOCAL_DIR)/full_panda.mk
PRODUCT_MAKEFILES := $(LOCAL_DIR)/full_panda.mk $(LOCAL_DIR)/aosp_panda.mk
#
# Copyright 2013 The Android Open-Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
$(call inherit-product, device/ti/panda/full_panda.mk)
PRODUCT_NAME := aosp_panda
......@@ -34,12 +34,12 @@ PRODUCT_PROPERTY_OVERRIDES := \
net.dns2=8.8.4.4
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
$(call inherit-product, device/ti/panda/device.mk)
$(call inherit-product-if-exists, vendor/ti/proprietary/omap4xxx/ti-omap4-vendor.mk)
PRODUCT_NAME := full_panda
PRODUCT_DEVICE := panda
PRODUCT_BRAND := Android
PRODUCT_MODEL := Panda
PRODUCT_MODEL := AOSP on Panda
PRODUCT_MANUFACTURER := Texas_Instruments_Inc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment