Skip to content

Commit

Permalink
Rename AOSP builds to aosp_*
Browse files Browse the repository at this point in the history
Change-Id: I25589f2282f6757dc17ba9fbd577ce83eb60cd31
  • Loading branch information
Jean-Baptiste Queru committed Mar 26, 2013
1 parent 1f7068e commit 49737d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

PRODUCT_MAKEFILES := $(LOCAL_DIR)/full_manta.mk
PRODUCT_MAKEFILES := $(LOCAL_DIR)/full_manta.mk $(LOCAL_DIR)/aosp_manta.mk
18 changes: 18 additions & 0 deletions aosp_manta.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# 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/samsung/manta/full_manta.mk)

PRODUCT_NAME := aosp_manta
4 changes: 2 additions & 2 deletions full_manta.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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/samsung/manta/device.mk)

PRODUCT_NAME := full_manta
PRODUCT_DEVICE := manta
PRODUCT_BRAND := Android
PRODUCT_MODEL := Full AOSP on Manta
PRODUCT_MODEL := AOSP on Manta
PRODUCT_MANUFACTURER := Samsung
PRODUCT_RESTRICT_VENDOR_FILES := owner path

0 comments on commit 49737d1

Please sign in to comment.