Commit d0f9ea8c authored by DidntRead's avatar DidntRead
Browse files

nvram: fix build issues

parent bb45fd38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ cc_library {
		  "libbase",
		  "liblog"],
    srcs: ["libnvram.c"],
    local_include_dirs: ["system/core/include/private",
    include_dirs: ["system/core/include/private",
			 "system/core/fs_mgr/include_fstab/fstab"],
}

nvram/Android.mk

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
LOCAL_PATH:=$(call my-dir)
include $(CLEAR_VARS)

LOCAL_SHARED_LIBRARIES:= libc libcutils libcustom_nvram libnvram_platform libbase liblog

LOCAL_SRC_FILES:= \
	libnvram.c

LOCAL_C_INCLUDES:= \
    system/core/include/private \
    system/core/fs_mgr/include_fstab/fstab

LOCAL_STATIC_LIBRARIES += libfstab

LOCAL_MODULE:=libnvram
LOCAL_PROPRIETARY_MODULE := true
LOCAL_MODULE_OWNER := mtk
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)