platform_system_core/libdiskconfig
Justin Yun 6a7e882316 Mark the modules as VNDK in Android.bp
As a VNDK module, Android.bp must have 'vndk' tag as well as
'vendor_available: true'.

The 'vndk' tag for VNDK module is formated as below:
vndk: {
        enabled: true,
},

VNDK modules will be installed both in system/lib(64) as normal and
in system/lib(64)/vndk as a vendor variant.

Bug: 63866913
Test: build and boot with BOARD_VNDK_VERSION=current
Merged-In: Icecb22ed2ed0f58c3168605d4cf64815e2dda750
Change-Id: Icecb22ed2ed0f58c3168605d4cf64815e2dda750
(cherry picked from commit 9b0ed72942)
2017-09-14 08:35:16 +00:00
..
include/diskconfig Move libdiskconfig headers into libdiskconfig. 2016-02-13 12:48:23 -08:00
Android.bp Mark the modules as VNDK in Android.bp 2017-09-14 08:35:16 +00:00
config_mbr.c liblog: use log/log.h when utilizing ALOG macros 2017-01-11 09:31:15 -08:00
diskconfig.c liblog: use log/log.h when utilizing ALOG macros 2017-01-11 09:31:15 -08:00
diskutils.c liblog: use log/log.h when utilizing ALOG macros 2017-01-11 09:31:15 -08:00
dump_diskconfig.c liblog: use log/log.h when utilizing ALOG macros 2017-01-11 09:31:15 -08:00
write_lst.c liblog: use log/log.h when utilizing ALOG macros 2017-01-11 09:31:15 -08:00