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

Commit 63bc9290 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

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

am: 58097057

Change-Id: I2218b2783ee8886c91c38d85a52a06c93d84c5eb
parents 88618e2b 58097057
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"],