Use ::base prefix for libchrome base class.
Android build system confuses android::base and base class for libchrome in solving namespace. This causes a build failure in master. We should use ::base prefix for libchrome base class. This also removes the c++14 flag since 17 is required. Commit bddd38c571e1db7f534ce157db120855ae513f0c changed HybridInterface.h which requires it. Bug: 124626651 Test: build cheets Change-Id: I6065f68e44ca7a3b284a5f5c17a2a4fb5b2af45b
Loading
Please sign in to comment