Merge "Revert "Make module_* inherit aosp_*"" into mainline-prod am: a6920129d0
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/14339819 Change-Id: I2a9d60dd79388c6638476baecbafccfe0d68f684
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_arm.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/module_common.mk)
|
||||
|
||||
PRODUCT_NAME := module_arm
|
||||
PRODUCT_BRAND := Android
|
||||
PRODUCT_DEVICE := module_arm
|
||||
|
@@ -14,7 +14,9 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_arm64.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/module_common.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
|
||||
PRODUCT_NAME := module_arm64
|
||||
PRODUCT_BRAND := Android
|
||||
PRODUCT_DEVICE := module_arm64
|
||||
|
@@ -14,7 +14,8 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/module_common.mk)
|
||||
|
||||
PRODUCT_NAME := module_x86
|
||||
PRODUCT_BRAND := Android
|
||||
PRODUCT_DEVICE := module_x86
|
||||
|
@@ -14,7 +14,9 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86_64.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/module_common.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
|
||||
PRODUCT_NAME := module_x86_64
|
||||
PRODUCT_BRAND := Android
|
||||
PRODUCT_DEVICE := module_x86_64
|
||||
|
Reference in New Issue
Block a user