Add libstagefright hw as a depdency for camera. am: 94db44447c am: 47c678f28e
am: 48a4700b70

Change-Id: I4d3145129fab386dd41da6f9e018bc053ef0f989
diff --git a/device.mk b/device.mk
index f54ec75..85b542c 100644
--- a/device.mk
+++ b/device.mk
@@ -422,3 +422,7 @@
 # OEM Unlock reporting
 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
     ro.oem_unlock_supported=1
+
+# ro.product.first_api_level indicates the first api level the device has commercially launched on.
+PRODUCT_PROPERTY_OVERRIDES += \
+    ro.product.first_api_level=21