PDK fix. Remove conditional that stops component from being in PDK.
Bug: 67663308 Test: Build on master and PDK branch Change-Id: I101452230376c4c509004cf6d03070ce85620e89
This commit is contained in:
parent
76ceec724f
commit
429e5a6363
|
@ -12,7 +12,6 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
ifneq ($(TARGET_BUILD_PDK),true)
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
# the hat script
|
||||
|
@ -26,4 +25,3 @@ LOCAL_REQUIRED_MODULES := doclava
|
|||
include $(BUILD_PREBUILT)
|
||||
|
||||
# Apicheck is now part of Doclava -- See external/doclava.
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue