Merge "Disallow Blank App Package Name on Q and Later" into qt-dev

This commit is contained in:
John Bruce
2019-05-08 18:58:40 +00:00
committed by Android (Google) Code Review
3 changed files with 43 additions and 3 deletions

View File

@@ -43,8 +43,10 @@ struct WVDrmFactory : public IDrmFactory {
static WVGenericCryptoInterface sOemCryptoInterface;
static bool areSpoidsEnabled();
static bool isBlankAppPackageNameAllowed();
static int32_t firstApiLevel();
friend class WVDrmFactoryTest_CalculatesSpoidUseCorrectly_Test;
friend class WVDrmFactoryTestPeer;
};
extern "C" IDrmFactory* HIDL_FETCH_IDrmFactory(const char* name);