OSDN Git Service

Merge "Enable loading of treble-based plugins"
authorJeff Tinker <jtinker@google.com>
Sat, 28 Jan 2017 01:22:18 +0000 (01:22 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Sat, 28 Jan 2017 01:22:19 +0000 (01:22 +0000)
1  2 
drm/1.0/default/CryptoFactory.cpp
drm/1.0/default/DrmFactory.cpp

   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
 +#define LOG_TAG "android.hardware.drm@1.0-impl"
  
+ #include <utils/Log.h>
  #include "CryptoFactory.h"
  #include "CryptoPlugin.h"
  #include "TypeConvert.h"
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
 +#define LOG_TAG "android.hardware.drm@1.0-impl"
  
+ #include <utils/Log.h>
  #include "DrmFactory.h"
  #include "DrmPlugin.h"
  #include "TypeConvert.h"