Merge "Remove unnecessary inheritance layer between aliases." am: 2f05af74bc
am: 10021ac19d
am: 1f5de04af7
* commit '1f5de04af7ac7e8b4250dd4fa4bf7c7d8f2f110b':
Remove unnecessary inheritance layer between aliases.
This commit is contained in:
commit
14a5e8670d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue