Rename aidl_ include and src directories.

Test: unit tests
Test: Google TV and Netflix
Test: atest GtsMediaTestCases

Bug: 216527109
Change-Id: I3fd02c2c60da588dba3db27cea3593de25a7180f
This commit is contained in:
Edwin Wong
2022-05-24 17:37:06 +00:00
parent a7b76187ea
commit e176b20509
45 changed files with 72 additions and 72 deletions

View File

@@ -4,10 +4,10 @@
// Agreement.
//
#include "WVCreatePluginFactories.h"
#include "HidlWVCreatePluginFactories.h"
#include "HidlWVDrmFactory.h"
#include "WVCryptoFactory.h"
#include "WVDrmFactory.h"
namespace wvdrm {
namespace hardware {

View File

@@ -6,7 +6,7 @@
//#define LOG_NDEBUG 0
#define LOG_TAG "WVCdm"
#include "WVDrmFactory.h"
#include "HidlWVDrmFactory.h"
#include <hwbinder/IPCThreadState.h>
#include <utils/Log.h>

View File

@@ -19,8 +19,8 @@
#include <binder/ProcessState.h>
#include <hidl/HidlTransportSupport.h>
#include "HidlWVDrmFactory.h"
#include "WVCryptoFactory.h"
#include "WVDrmFactory.h"
using wvdrm::hardware::drm::V1_4::widevine::WVCryptoFactory;
using wvdrm::hardware::drm::V1_4::widevine::WVDrmFactory;

View File

@@ -22,7 +22,7 @@
#include <binder/ProcessState.h>
#include <hidl/HidlTransportSupport.h>
#include "WVTypes.h"
#include "HidlWVTypes.h"
namespace drm = ::android::hardware::drm;

View File

@@ -20,8 +20,8 @@
#include <hidl/HidlLazyUtils.h>
#include <hidl/HidlTransportSupport.h>
#include "HidlWVDrmFactory.h"
#include "WVCryptoFactory.h"
#include "WVDrmFactory.h"
using wvdrm::hardware::drm::V1_4::widevine::WVCryptoFactory;
using wvdrm::hardware::drm::V1_4::widevine::WVDrmFactory;