diff options
| author | SpiritCroc <dev@spiritcroc.de> | 2020-04-23 16:20:25 +0200 |
|---|---|---|
| committer | SpiritCroc <dev@spiritcroc.de> | 2020-07-28 18:58:19 +0200 |
| commit | a70ff375d8c0be3c85ef1ba676cc12869fe3c352 (patch) | |
| tree | 7e4a6a45d8efee9e85f719e78d9650d93292261d | |
| parent | 1a827fc2fa90cc69ddd85cf6bbb42d1aa243720b (diff) | |
apollo: include prebuilt TWRP
Change-Id: I22bdd53f6e9a3c61f92162928be5185a2438bdc1
| -rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index e773fa8..afdcc1e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -36,3 +36,6 @@ BOARD_VNDK_RUNTIME_DISABLE := true # Inherit from the proprietary version -include vendor/sony/apollo/BoardConfigVendor.mk + +# Prebuilt TWRP +-include device/twrp/apollo/twrp.mk |
