Import Dolby Atmos

Extracted from Sony Dolby Atmos
This commit is contained in:
Sanju0910
2023-05-28 20:37:05 +05:30
parent 4a0287b66a
commit f4a4c10d75
35 changed files with 973 additions and 0 deletions

37
Android.bp Normal file
View File

@@ -0,0 +1,37 @@
// Automatically generated file. DO NOT MODIFY
soong_namespace {
}
android_app_import {
name: "DaxUI",
owner: "sony",
apk: "proprietary/system_ext/priv-app/DaxUI/DaxUI.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
system_ext_specific: true,
privileged: true,
}
android_app_import {
name: "daxService",
owner: "sony",
apk: "proprietary/system_ext/priv-app/daxService/daxService.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
system_ext_specific: true,
privileged: true,
}
prebuilt_etc_xml {
name: "vendor.dolby.hardware.dms",
owner: "sony",
src: "proprietary/vendor/etc/vintf/manifest/vendor.dolby.hardware.dms.xml",
filename_from_src: true,
sub_dir: "vintf/manifest",
soc_specific: true,
}