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

Commit 58097057 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "libadf is a new member of VNDK" into oc-mr1-dev

parents cd005820 4729da4c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -12,8 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.

cc_library_static {
cc_library {
    name: "libadf",
    vendor_available: true,
    vndk: {
        enabled: true,
    },
    srcs: ["adf.cpp"],
    cflags: ["-Werror"],
    local_include_dirs: ["include"],