Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10021ac1 authored by Ying Wang's avatar Ying Wang Committed by android-build-merger
Browse files

Merge "Remove unnecessary inheritance layer between aliases."

am: 2f05af74

* commit '2f05af74':
  Remove unnecessary inheritance layer between aliases.
parents c00e0b84 2f05af74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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