diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-01-25 13:54:36 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | 2d6020bb14664432a29f8c2e332a658b7cd5453d (patch) | |
tree | 1ff5680c9de333f6194afabd8ee7a2a3c837844c /BoardConfigCommon.mk | |
parent | 8b7c99b91e4de7757469f472dcd7c2e36dfcddba (diff) |
sdm660-common: Checkout system.prop from LA.UM.8.2.r1-04300-sdm660.0
Change-Id: I9bde9589866490a8d3420c0118f3fd7ef62f2896
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9ac2ac7..f423161 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -191,6 +191,7 @@ TARGET_USES_INTERACTION_BOOST := true # Properties BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true +TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop # Recovery ifeq ($(AB_OTA_UPDATER), true) |