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

Commit 2f05af74 authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Remove unnecessary inheritance layer between aliases."

parents 9119f149 cc2001fb
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