Update to support OEMCrypto v16 with ODK
This commit is contained in:
@@ -24,8 +24,12 @@ def _GetSdkRootDir():
|
||||
|
||||
SDK_ROOT_DIR = _GetSdkRootDir()
|
||||
GEN_DIR = '%s/%s' % (SDK_ROOT_DIR, GEN_DIRNAME)
|
||||
|
||||
SDK_LIBRARY_DIR = os.path.join(SDK_ROOT_DIR, 'bazel-bin', 'provisioning_sdk',
|
||||
'public')
|
||||
if not os.path.exists(SDK_LIBRARY_DIR):
|
||||
SDK_LIBRARY_DIR = SDK_ROOT_DIR
|
||||
|
||||
CLIF_PREFIX = os.environ['CLIF_PREFIX']
|
||||
BUILD_DIR = os.environ['PYEXT_BUILD_DIR']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user