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

Commit e62670dd authored by Robert Shih's avatar Robert Shih
Browse files

Fix old clearkey builds after aidl refactor

Bug: 215830779
Test: m checkbuild
Change-Id: If1df36e19885930503f0018b782542b146810592
parent 549f8bb6
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