Sync with new drm common aidl interface
A common base aidl interface is introduced.
This is safe (and unflagged) because the same types are simply moved to a different compilation unit, and it's only build time changes.
Flag: EXEMPT bugfix
Ignore-AOSP-First: topic contains none aosp code
Bug: 293945485
Test: manaul
Change-Id: I4e8a83a379d06c1bfedaad84bd46dd13fcebb5cb
diff --git a/provisioner/Android.bp b/provisioner/Android.bp
index ede1ae6..6a4dc24 100644
--- a/provisioner/Android.bp
+++ b/provisioner/Android.bp
@@ -36,6 +36,7 @@
],
static_libs: [
"android.hardware.common-V2-ndk",
+ "android.hardware.drm.common-V1-ndk",
"android.hardware.drm-V1-ndk",
"android.hardware.security.rkp-V3-ndk",
"libbase",