Skip to content

Commit

Permalink
Merge "Define PRODUCT_SYSTEM_* props for mainline_system" am: de5b0d2
Browse files Browse the repository at this point in the history
…am: 0ea258a am: dd77988

Change-Id: I6c0d26587bc7268ff4c9d2f074df290ff3880357
  • Loading branch information
android-build-merge-worker-robot committed Dec 17, 2019
2 parents f2bc98d + dd77988 commit 74f58f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions target/product/mainline_system.mk
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ PRODUCT_ENFORCE_RRO_TARGETS := *
PRODUCT_NAME := mainline_system
PRODUCT_BRAND := generic

# Define /system partition-specific product properties to identify that /system
# partition is mainline_system.
PRODUCT_SYSTEM_NAME := mainline
PRODUCT_SYSTEM_BRAND := Android
PRODUCT_SYSTEM_MANUFACTURER := Android
PRODUCT_SYSTEM_MODEL := mainline
PRODUCT_SYSTEM_DEVICE := generic

_base_mk_whitelist :=

_my_whitelist := $(_base_mk_whitelist)
Expand Down

0 comments on commit 74f58f3

Please sign in to comment.