summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2017-11-08 17:36:05 -0600
committerVishal Mahaveer2017-11-08 17:39:56 -0600
commit54e98268251de38663da10cd27c32612e12b5b55 (patch)
tree2b374edf5c25069c5c0218bf8dc8c68824d36a8a
parent4a1d08ad6f72b60f0421b036628477972b8d965b (diff)
downloaddevice-ti-jacinto6evm-54e98268251de38663da10cd27c32612e12b5b55.tar.gz
device-ti-jacinto6evm-54e98268251de38663da10cd27c32612e12b5b55.tar.xz
device-ti-jacinto6evm-54e98268251de38663da10cd27c32612e12b5b55.zip
jacinto6evm: include dalvik definitions
Fixes: 736085b ("jacinto6evm: initial O changes") In initial Oreo bring up commit, this line was commented by mistake. Change-Id: If10291688471c3687fbe24c3d284205b03623997 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 5a9d2f4..1ba9e84 100644
--- a/device.mk
+++ b/device.mk
@@ -192,7 +192,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
192 com.android.car.radio.demo=true \ 192 com.android.car.radio.demo=true \
193 com.android.car.radio.demo.dual=true 193 com.android.car.radio.demo.dual=true
194 194
195#$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk) 195$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk)
196$(call inherit-product-if-exists, hardware/ti/dra7xx/jacinto6.mk) 196$(call inherit-product-if-exists, hardware/ti/dra7xx/jacinto6.mk)
197#$(call inherit-product-if-exists, hardware/ti/wpan/ti-wpan-products.mk) 197#$(call inherit-product-if-exists, hardware/ti/wpan/ti-wpan-products.mk)
198$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/ti-jacinto6-vendor.mk) 198$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/ti-jacinto6-vendor.mk)