Include a dummy jar in widevine distribution.

This suppresses the errors currently caused by
uses-library pointing to a .so

Bug: 4553918
Change-Id: I646456facae908c7937d4768010aef88d7389eee
This commit is contained in:
Bryan Mawhinney
2011-09-27 18:18:19 +01:00
committed by Jeffrey Tinker
parent 782380915e
commit 163d39278f
3 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
package com.google.widevine.software.drm;
class StubLib {
}