aboutsummaryrefslogblamecommitdiffstats
blob: 7a569c2e9b1da1f53a47061ea120ed84fe0732d0 (plain) (tree)





















                                                                           
                    









                               
// Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
//	Andrew F. Davis <afd@ti.com>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//      http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

cc_library_shared {
    name: "libgbm",

    vendor: true,

    srcs: [
        "gbm.c",
        "backend.c",
    ],

    cflags: [
        "-DLOG_TAG=\"ti_gbm\"",
    ],

    shared_libs: [
        "liblog",
    ],
}