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

Commit 018c6982 authored by Yifan Hong's avatar Yifan Hong
Browse files

Move virtual_ab makefiles to its own dir.

Also add a readme file.

Test: none

Change-Id: Ia1e02d8fb0c6df13271f208b3ca1dc1f250b085b
parent 01585c5c
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
# Virtual A/B makefiles

Devices that uses Virtual A/B must inherit from one of the makefiles in this directory.

## Structure

```
launch.mk
  |- retrofit.mk
  |- plus_non_ab.mk
  |- compression.mk

compression_retrofit.mk
```
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
# limitations under the License.
#

$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch.mk)

PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.enabled=true

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
# limitations under the License.
#

$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch.mk)

PRODUCT_OTA_FORCE_NON_AB_PACKAGE := true

Loading