Add STHAL AIDL type visibility for fwk interfaces
AIDL compiler relies on imported AIDL structs being present on the
include path. Since the STService AIDL interfaces are not built separate
from the framework, we must manually include the STHAL AIDL types when
building the framework.
Bug: 272827939
Test: Compiles
Change-Id: Ibabfc4533beb42b090657dcf00e11fc0f964b848
diff --git a/Android.bp b/Android.bp
index effd7ce..4935ca7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -344,6 +344,7 @@
"hardware/interfaces/biometrics/fingerprint/aidl",
"hardware/interfaces/graphics/common/aidl",
"hardware/interfaces/keymaster/aidl",
+ "system/hardware/interfaces/media/aidl",
],
},
dxflags: [
@@ -633,6 +634,7 @@
"hardware/interfaces/biometrics/fingerprint/aidl",
"hardware/interfaces/graphics/common/aidl",
"hardware/interfaces/keymaster/aidl",
+ "system/hardware/interfaces/media/aidl",
],
},
// These are libs from framework-internal-utils that are required (i.e. being referenced)