Android.mk 409 B

1234567891011121314
  1. #
  2. # Copyright (C) 2018 The Android-x86 Open Source Project
  3. #
  4. # Licensed under the GNU General Public License Version 2 or later.
  5. # You may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.gnu.org/licenses/gpl.html
  9. #
  10. LOCAL_PATH := $(my-dir)
  11. LOCAL_MODULE := $(notdir $(LOCAL_PATH))
  12. EXTRA_KERNEL_MODULE_PATH_$(LOCAL_MODULE) := $(LOCAL_PATH)