summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2020-10-20 17:57:57 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2020-10-20 18:10:51 +0800
commitc6797eba3244b1c78f5a1b16d13c9405705240ef (patch)
treec18fd3d9c078a6e029a8bd75c81ccfdbc1b53d25 /device.mk
parentd1b1144541311feff0360749a1db5bc6079b7986 (diff)
downloadbeagle-x15-c6797eba3244b1c78f5a1b16d13c9405705240ef.tar.gz
device.mk: enable emulated storage after the merge of R
Fixed the no external storage found problem when open the gallery app after downloaded some files Test: boot test with 4.19 kernel Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Iad251e01d530f8865355c5e56a259b307f36714d
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 2ef22e0..cd84f55 100644
--- a/device.mk
+++ b/device.mk
@@ -18,6 +18,7 @@ PRODUCT_HARDWARE := beagle_x15board
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
PRODUCT_SOONG_NAMESPACES += \
device/ti/beagle_x15 \