Merge "Remove unnecessary inheritance layer between aliases." am: 2f05af74bc

am: 10021ac19d

* commit '10021ac19d7e6914ffd639a38b96810be1444e27':
  Remove unnecessary inheritance layer between aliases.
This commit is contained in:
Ying Wang 2015-11-17 02:55:10 +00:00 committed by android-build-merger
commit 1f5de04af7
3 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
include $(SRC_TARGET_DIR)/product/full.mk
PRODUCT_NAME := aosp_arm

View File

@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_mips.mk)
include $(SRC_TARGET_DIR)/product/full_mips.mk
PRODUCT_NAME := aosp_mips

View File

@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_x86.mk)
include $(SRC_TARGET_DIR)/product/full_x86.mk
PRODUCT_NAME := aosp_x86