Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a27ad879 authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

Merge "Fix old clearkey builds after aidl refactor"

parents 91390ec4 e62670dd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -88,7 +88,10 @@ cc_library_static {
        "libclearkeydevicefiles-protos.common",
    ],

    export_include_dirs: ["include"],
    export_include_dirs: [
        "include",
        "include/clearkeydrm",
    ],

    sanitize: {
        integer_overflow: true,
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
 * limitations under the License.
 */
//#define LOG_NDEBUG 0
#include "include/ClearKeyTypes.h"
#define LOG_TAG "clearkey-InitDataParser"

#include <algorithm>
Loading