Skip to content

Commit

Permalink
[VNDK TREBLE] Resolve VNDK & Treble build error
Browse files Browse the repository at this point in the history
Resolve LOCAL_USE_VNDK - build error for treble & vndk
enable patches:

projectceladon/device-androidia-mixins#105
projectceladon/device-androidia#137

Tracked-On: None
Signed-off-by: Aravind Siddappaji <[email protected]>
  • Loading branch information
asidda1x committed Nov 19, 2018
1 parent c4cea8f commit bbd6cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions full_rw/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ LOCAL_PATH:= $(call my-dir)

# Build for target
include $(CLEAR_VARS)
LOCAL_USE_VNDK := true
LOCAL_COPY_HEADERS_TO := full_rw
LOCAL_COPY_HEADERS := full_rw.h
LOCAL_SRC_FILES := full_rw.c
Expand Down
1 change: 1 addition & 0 deletions include/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ LOCAL_COPY_HEADERS := \
AudioBand.h \
AudioThrottle.h \

LOCAL_USE_VNDK := true
include $(BUILD_COPY_HEADERS)

0 comments on commit bbd6cea

Please sign in to comment.