vendor: media: Add prebuilt_hidl_interfaces for dist builds

Change-Id: I2f904f3e98af96e77c57963c85a41334dbcda840
This commit is contained in:
Jake Weinstein 2022-12-01 07:46:44 +09:00
parent 327de13160
commit aca789be51
2 changed files with 12 additions and 0 deletions

9
vendor/media/Android.bp vendored Normal file
View File

@ -0,0 +1,9 @@
soong_namespace {
}
prebuilt_hidl_interfaces {
name: "hidl_qconfig_interface",
interfaces: [
"vendor.qti.hardware.qconfig@1.0::IQConfig",
],
}

View File

@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
PRODUCT_SOONG_NAMESPACES += \
device/qcom/common/vendor/media
TARGET_MEDIA_COMPONENT_VARIANT := media
# Inherit configuration from the HAL.